diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-08 15:32:54 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-08 15:32:54 -0800 |
commit | 635c5e532bd945fe50dc3fae73e4da005158e3de (patch) | |
tree | 81e30da64bf7fa445350f7c51442dac55979e2da /include/queue_fn.php | |
parent | 4c27fa5c37fbe4fc6debaadeaf3b4b134bc9068b (diff) | |
download | volse-hubzilla-635c5e532bd945fe50dc3fae73e4da005158e3de.tar.gz volse-hubzilla-635c5e532bd945fe50dc3fae73e4da005158e3de.tar.bz2 volse-hubzilla-635c5e532bd945fe50dc3fae73e4da005158e3de.zip |
z6 testing
Diffstat (limited to 'include/queue_fn.php')
-rw-r--r-- | include/queue_fn.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/queue_fn.php b/include/queue_fn.php index e50d58dd7..798ac36db 100644 --- a/include/queue_fn.php +++ b/include/queue_fn.php @@ -237,10 +237,6 @@ function queue_deliver($outq, $immediate = false) { } } - - - - $msg = $outq['outq_notify']; $result = zot_zot($outq['outq_posturl'],$msg,$channel,$host_crypto); |