diff --git a/controllers/myplugins.php b/controllers/myplugins.php
index 605ac6b762eb3c9999b4f44e084c6b2b77d988e4..c52fc5fb49b0f4abb69d5fa32b1d28e756f6c410 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']) {