diff options
author | Zach Prezkuta <fermion@gmx.com> | 2012-05-25 18:26:09 -0600 |
---|---|---|
committer | Zach Prezkuta <fermion@gmx.com> | 2012-06-03 14:53:29 -0600 |
commit | 1fe1ac022f0755d73c62bac86f1b54fdbd6b50f5 (patch) | |
tree | 8e05ab1ab3d6191191d6827c32aefdcc39790ee4 /include/delivery.php | |
parent | 959b264c440e0c39ec235defdec42cb485069f18 (diff) | |
download | volse-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.php | 1 |
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; |