aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorfermionic <fermion@gmx.com>2012-06-25 18:09:39 -0700
committerfermionic <fermion@gmx.com>2012-06-25 18:09:39 -0700
commit32f5d4e04abdb52080c6e88e29b1d6c7ce89e6b9 (patch)
tree8f4234dc36a2776a0b6a3dc59b9905d8debd43b9 /include/notifier.php
parentfad2679c7e2ac32027ffd42064213ab48762dda2 (diff)
parent28526dbf2179619582bec5ab456b49f6ce3e8bd3 (diff)
downloadvolse-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/notifier.php')
-rw-r--r--include/notifier.php2
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;