diff options
author | redmatrix <git@macgirvin.com> | 2016-05-19 20:36:32 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-19 20:36:32 -0700 |
commit | 9cb1ac3de5d0f540bc6e1f5b1f4277b5a5bb9e67 (patch) | |
tree | 0733251872dc2f850ea0a6afc6454848a211b21f /Zotlabs/Daemon/Deliver.php | |
parent | 5b2474238eb0d257db14b0668ef25eab92e53fea (diff) | |
download | volse-hubzilla-9cb1ac3de5d0f540bc6e1f5b1f4277b5a5bb9e67.tar.gz volse-hubzilla-9cb1ac3de5d0f540bc6e1f5b1f4277b5a5bb9e67.tar.bz2 volse-hubzilla-9cb1ac3de5d0f540bc6e1f5b1f4277b5a5bb9e67.zip |
daemon master: create some compatibility code
Diffstat (limited to 'Zotlabs/Daemon/Deliver.php')
-rw-r--r-- | Zotlabs/Daemon/Deliver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Deliver.php b/Zotlabs/Daemon/Deliver.php index 56f0fed78..7a321a1f8 100644 --- a/Zotlabs/Daemon/Deliver.php +++ b/Zotlabs/Daemon/Deliver.php @@ -8,7 +8,7 @@ require_once('include/queue_fn.php'); class Deliver { - static public function function run($argc,$argv) { + static public function run($argc,$argv) { if($argc < 2) return; |