Skip to content
Snippets Groups Projects
Commit 930f8458 authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

re #73

parent e11c8ce8
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,6 @@ class MypluginsController extends MarketController ...@@ -181,7 +181,6 @@ class MypluginsController extends MarketController
$this->release['repository_download_url'] = null; $this->release['repository_download_url'] = null;
} }
if (!Request::get("use_secret")) { if (!Request::get("use_secret")) {
var_dump("what?"); die();
$this->release['repository_secret'] = null; $this->release['repository_secret'] = null;
$this->release['chdate'] = time(); $this->release['chdate'] = time();
} elseif(!$this->release['repository_secret']) { } elseif(!$this->release['repository_secret']) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment