diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-28 22:23:40 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-05-28 22:23:40 -0700 |
commit | 139c39c2ce270ca1e95d86b517ebe0ad4182ecfa (patch) | |
tree | 270cd1a173cbed64f8045b3fdee1db9281aa0e51 /Zotlabs/Daemon | |
parent | c115e8ee60887da57d64a194cd09e2c97fe987eb (diff) | |
download | volse-hubzilla-139c39c2ce270ca1e95d86b517ebe0ad4182ecfa.tar.gz volse-hubzilla-139c39c2ce270ca1e95d86b517ebe0ad4182ecfa.tar.bz2 volse-hubzilla-139c39c2ce270ca1e95d86b517ebe0ad4182ecfa.zip |
we probably don't need to delivery local items more than once
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r-- | Zotlabs/Daemon/Deliver.php | 2 |
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; } } |