diff options
author | friendica <info@friendica.com> | 2012-06-25 18:16:55 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-25 18:16:55 -0700 |
commit | 53f0aee82d61b7d61fb2271eb7f41cacc2eaf8f3 (patch) | |
tree | 8f71a68bb455f9659811739519e01b3373b3d285 /include/delivery.php | |
parent | f1991a59524ce36eea0b982954d90a6c55e59e41 (diff) | |
parent | 32f5d4e04abdb52080c6e88e29b1d6c7ce89e6b9 (diff) | |
download | volse-hubzilla-53f0aee82d61b7d61fb2271eb7f41cacc2eaf8f3.tar.gz volse-hubzilla-53f0aee82d61b7d61fb2271eb7f41cacc2eaf8f3.tar.bz2 volse-hubzilla-53f0aee82d61b7d61fb2271eb7f41cacc2eaf8f3.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'include/delivery.php')
-rw-r--r-- | include/delivery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delivery.php b/include/delivery.php index e6cfc8155..815287668 100644 --- a/include/delivery.php +++ b/include/delivery.php @@ -113,7 +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 + // POSSIBLE CLEANUP --> The following seems superfluous. We've already checked for "if (! intval($r[0]['parent']))" a few lines up if(! $parent_id) continue; |