aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-16 20:08:10 -0800
committerzotlabs <mike@macgirvin.com>2018-01-16 20:08:10 -0800
commit05de59d4ad174cb106c3a5b5890732af51730384 (patch)
tree29b17f02802ab478c522904f5443e9829f1c9254 /Zotlabs
parent2de1285121b5f0260699a93249bab11dc74edec5 (diff)
downloadvolse-hubzilla-05de59d4ad174cb106c3a5b5890732af51730384.tar.gz
volse-hubzilla-05de59d4ad174cb106c3a5b5890732af51730384.tar.bz2
volse-hubzilla-05de59d4ad174cb106c3a5b5890732af51730384.zip
initial z6 delivery
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Daemon/Queue.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Daemon/Queue.php b/Zotlabs/Daemon/Queue.php
index 17d150250..1bab582bc 100644
--- a/Zotlabs/Daemon/Queue.php
+++ b/Zotlabs/Daemon/Queue.php
@@ -13,8 +13,8 @@ class Queue {
require_once('include/bbcode.php');
- if(argc() > 1)
- $queue_id = argv(1);
+ if($argc > 1)
+ $queue_id = $argv[1];
else
$queue_id = 0;