aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-05-29 09:04:45 +0200
committerMario Vavti <mario@mariovavti.com>2018-05-29 09:04:45 +0200
commitdcd5f0007717d8c2f10e3c58c941ca64f2824878 (patch)
treed9067e61a781a6171bde456f3d6e64ffe7ece6dc /Zotlabs
parentbca3113fbacd76d6c3d38105df69e180fb766bee (diff)
parent139c39c2ce270ca1e95d86b517ebe0ad4182ecfa (diff)
downloadvolse-hubzilla-dcd5f0007717d8c2f10e3c58c941ca64f2824878.tar.gz
volse-hubzilla-dcd5f0007717d8c2f10e3c58c941ca64f2824878.tar.bz2
volse-hubzilla-dcd5f0007717d8c2f10e3c58c941ca64f2824878.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Daemon/Deliver.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Deliver.php b/Zotlabs/Daemon/Deliver.php
index 394a7bf3e..b809cba91 100644
--- a/Zotlabs/Daemon/Deliver.php
+++ b/Zotlabs/Daemon/Deliver.php
@@ -75,6 +75,8 @@ class Deliver {
q("delete from dreport where dreport_queue = '%s'",
dbesc($argv[$x])
);
+
+ continue;
}
}