aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-02 15:43:14 -0700
committerzotlabs <mike@macgirvin.com>2017-11-02 15:43:14 -0700
commit0d7062ffdf018287c14f09666cc0e0f82997ccca (patch)
treef36e8f4bc22d9df6c57b35c94b2e6d20856a6800 /Zotlabs/Daemon
parent1b290f573acdd4f003b6ffcce6c0705ea461bd9d (diff)
downloadvolse-hubzilla-0d7062ffdf018287c14f09666cc0e0f82997ccca.tar.gz
volse-hubzilla-0d7062ffdf018287c14f09666cc0e0f82997ccca.tar.bz2
volse-hubzilla-0d7062ffdf018287c14f09666cc0e0f82997ccca.zip
more queue work
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r--Zotlabs/Daemon/Queue.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Queue.php b/Zotlabs/Daemon/Queue.php
index 11cbe4494..17d150250 100644
--- a/Zotlabs/Daemon/Queue.php
+++ b/Zotlabs/Daemon/Queue.php
@@ -12,6 +12,7 @@ class Queue {
require_once('include/items.php');
require_once('include/bbcode.php');
+
if(argc() > 1)
$queue_id = argv(1);
else