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/notifier.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/notifier.php')
-rw-r--r-- | include/notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php index f0a1940d4..443cc3014 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -125,7 +125,7 @@ function notifier_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) return; |