diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-02 15:43:14 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-02 15:43:14 -0700 |
commit | 0d7062ffdf018287c14f09666cc0e0f82997ccca (patch) | |
tree | f36e8f4bc22d9df6c57b35c94b2e6d20856a6800 /Zotlabs/Daemon/Queue.php | |
parent | 1b290f573acdd4f003b6ffcce6c0705ea461bd9d (diff) | |
download | volse-hubzilla-0d7062ffdf018287c14f09666cc0e0f82997ccca.tar.gz volse-hubzilla-0d7062ffdf018287c14f09666cc0e0f82997ccca.tar.bz2 volse-hubzilla-0d7062ffdf018287c14f09666cc0e0f82997ccca.zip |
more queue work
Diffstat (limited to 'Zotlabs/Daemon/Queue.php')
-rw-r--r-- | Zotlabs/Daemon/Queue.php | 1 |
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 |