aboutsummaryrefslogtreecommitdiffstats
path: root/include/delivery.php
diff options
context:
space:
mode:
authorZach Prezkuta <fermion@gmx.com>2012-05-25 18:26:09 -0600
committerZach Prezkuta <fermion@gmx.com>2012-06-03 14:53:29 -0600
commit1fe1ac022f0755d73c62bac86f1b54fdbd6b50f5 (patch)
tree8e05ab1ab3d6191191d6827c32aefdcc39790ee4 /include/delivery.php
parent959b264c440e0c39ec235defdec42cb485069f18 (diff)
downloadvolse-hubzilla-1fe1ac022f0755d73c62bac86f1b54fdbd6b50f5.tar.gz
volse-hubzilla-1fe1ac022f0755d73c62bac86f1b54fdbd6b50f5.tar.bz2
volse-hubzilla-1fe1ac022f0755d73c62bac86f1b54fdbd6b50f5.zip
Support relayable_retractions that are relayed to us by the top-level post owner
Diffstat (limited to 'include/delivery.php')
-rw-r--r--include/delivery.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/delivery.php b/include/delivery.php
index 32943d5da..0e40e3db7 100644
--- a/include/delivery.php
+++ b/include/delivery.php
@@ -113,6 +113,7 @@ function delivery_run($argv, $argc){
$uid = $r[0]['uid'];
$updated = $r[0]['edited'];
+ // The following seems superfluous. We've already checked for "if (! intval($r[0]['parent']))" a few lines up
if(! $parent_id)
continue;