diff options
author | fermionic <fermion@gmx.com> | 2012-06-25 18:09:39 -0700 |
---|---|---|
committer | fermionic <fermion@gmx.com> | 2012-06-25 18:09:39 -0700 |
commit | 32f5d4e04abdb52080c6e88e29b1d6c7ce89e6b9 (patch) | |
tree | 8f4234dc36a2776a0b6a3dc59b9905d8debd43b9 /include/delivery.php | |
parent | fad2679c7e2ac32027ffd42064213ab48762dda2 (diff) | |
parent | 28526dbf2179619582bec5ab456b49f6ce3e8bd3 (diff) | |
download | volse-hubzilla-32f5d4e04abdb52080c6e88e29b1d6c7ce89e6b9.tar.gz volse-hubzilla-32f5d4e04abdb52080c6e88e29b1d6c7ce89e6b9.tar.bz2 volse-hubzilla-32f5d4e04abdb52080c6e88e29b1d6c7ce89e6b9.zip |
Merge pull request #364 from fermionic/diaspora-refactor-and-better-disabling
Diaspora refactor and better disabling
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; |