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

change message for better debugging

parent a94856e3
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ class UpdateController extends PluginController { ...@@ -10,7 +10,7 @@ class UpdateController extends PluginController {
} }
if (!$release['repository_download_url']) { if (!$release['repository_download_url']) {
//might happen more often than we think, so we better be polite and die. //might happen more often than we think, so we better be polite and die.
echo "OK"; echo "Nothing to do.";
die(); die();
} }
if ($release->getSecurityHash() === Request::get("s")) { if ($release->getSecurityHash() === Request::get("s")) {
......
pluginname=PluginMarktplatz pluginname=PluginMarktplatz
pluginclassname=PluginMarket pluginclassname=PluginMarket
origin=studip origin=studip
version=1.0.9 version=1.0.10
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment