aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Cli_suggest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Daemon/Cli_suggest.php')
-rw-r--r--Zotlabs/Daemon/Cli_suggest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Cli_suggest.php b/Zotlabs/Daemon/Cli_suggest.php
index 5dced462d..6306d2113 100644
--- a/Zotlabs/Daemon/Cli_suggest.php
+++ b/Zotlabs/Daemon/Cli_suggest.php
@@ -9,6 +9,7 @@ class Cli_suggest {
static public function run($argc,$argv) {
update_suggestions();
+ return:
}
}