From e11c8ce88f82d54a2cdb41ce2a158cf6e5382f3a Mon Sep 17 00:00:00 2001 From: Rasmus Fuhse <fuhse@data-quest.de> Date: Wed, 29 Mar 2017 11:01:57 +0200 Subject: [PATCH] re #73 --- controllers/myplugins.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/myplugins.php b/controllers/myplugins.php index 605ac6b..c52fc5f 100755 --- a/controllers/myplugins.php +++ b/controllers/myplugins.php @@ -181,6 +181,7 @@ class MypluginsController extends MarketController $this->release['repository_download_url'] = null; } if (!Request::get("use_secret")) { + var_dump("what?"); die(); $this->release['repository_secret'] = null; $this->release['chdate'] = time(); } elseif(!$this->release['repository_secret']) { -- GitLab