aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-12-20 14:09:30 +0100
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-12-20 14:09:30 +0100
commit1cfb83f0036e0ea3cfd216331b59e3280085ca13 (patch)
tree1fbf9b69c9bbd5fd5ac0ed4e325e29410b7802b8 /include/zot.php
parent628e565a6c5ee52341ba6de0b5ecf6495cbb78f8 (diff)
parente2692a4baaf031bd0d9c0893c3762637b1f6b201 (diff)
downloadvolse-hubzilla-1cfb83f0036e0ea3cfd216331b59e3280085ca13.tar.gz
volse-hubzilla-1cfb83f0036e0ea3cfd216331b59e3280085ca13.tar.bz2
volse-hubzilla-1cfb83f0036e0ea3cfd216331b59e3280085ca13.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index ce3bef783..922637bc1 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1000,7 +1000,7 @@ function zot_process_response($hub, $arr, $outq) {
// we have a more descriptive delivery report, so discard the per hub 'queued' report.
- q("delete from dreport where dreport_queue = '%s' limit 1",
+ q("delete from dreport where dreport_queue = '%s' ",
dbesc($outq['outq_hash'])
);