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.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/Zotlabs/Daemon/Addon.php b/Zotlabs/Daemon/Addon.php
index c2889e596..c6778750d 100644
--- a/Zotlabs/Daemon/Addon.php
+++ b/Zotlabs/Daemon/Addon.php
@@ -2,13 +2,12 @@
namespace Zotlabs\Daemon;
-require_once('include/zot.php');
-
class Addon {
- static public function run($argc,$argv) {
+ static public function run($argc, $argv) {
- call_hooks('daemon_addon',$argv);
+ call_hooks('daemon_addon', $argv);
}
+
}