diff options
author | Mario <mario@mariovavti.com> | 2022-12-11 20:24:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-12-11 20:24:22 +0000 |
commit | 7ef0b05ce68a24f3f0d98de5018a2ee64520b168 (patch) | |
tree | 36dba6b83ce90304d7066c2dd21f5f03cd10e213 | |
parent | c5a0ec4e9330eb47b5ea7a6f7f64b0337e0172cc (diff) | |
download | volse-hubzilla-7ef0b05ce68a24f3f0d98de5018a2ee64520b168.tar.gz volse-hubzilla-7ef0b05ce68a24f3f0d98de5018a2ee64520b168.tar.bz2 volse-hubzilla-7ef0b05ce68a24f3f0d98de5018a2ee64520b168.zip |
fix typo
-rw-r--r-- | Zotlabs/Daemon/Cli_suggest.php | 2 |
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; } } |