aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-12-11 20:24:22 +0000
committerMario <mario@mariovavti.com>2022-12-11 20:24:22 +0000
commit7ef0b05ce68a24f3f0d98de5018a2ee64520b168 (patch)
tree36dba6b83ce90304d7066c2dd21f5f03cd10e213 /Zotlabs/Daemon
parentc5a0ec4e9330eb47b5ea7a6f7f64b0337e0172cc (diff)
downloadvolse-hubzilla-7ef0b05ce68a24f3f0d98de5018a2ee64520b168.tar.gz
volse-hubzilla-7ef0b05ce68a24f3f0d98de5018a2ee64520b168.tar.bz2
volse-hubzilla-7ef0b05ce68a24f3f0d98de5018a2ee64520b168.zip
fix typo
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r--Zotlabs/Daemon/Cli_suggest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Cli_suggest.php b/Zotlabs/Daemon/Cli_suggest.php
index 6306d2113..028228cb0 100644
--- a/Zotlabs/Daemon/Cli_suggest.php
+++ b/Zotlabs/Daemon/Cli_suggest.php
@@ -9,7 +9,7 @@ class Cli_suggest {
static public function run($argc,$argv) {
update_suggestions();
- return:
+ return;
}
}