aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Queue.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-03 10:48:00 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-03 10:48:00 +0100
commit41749f5eda09bb22a57c833b3e9352507325ce27 (patch)
tree28ab99695e06b74fab0a25d9a8a2d16d800d7d4a /Zotlabs/Daemon/Queue.php
parent1567b7b383c56eec5998450a3b709963d5026570 (diff)
parente70bd0054c4ffb8aadeec8ee7c14dccdb34ab934 (diff)
downloadvolse-hubzilla-41749f5eda09bb22a57c833b3e9352507325ce27.tar.gz
volse-hubzilla-41749f5eda09bb22a57c833b3e9352507325ce27.tar.bz2
volse-hubzilla-41749f5eda09bb22a57c833b3e9352507325ce27.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Daemon/Queue.php')
-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