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