From: Friendika Date: Mon, 29 Aug 2011 06:05:06 +0000 (-0700) Subject: logging on notifier X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bfc708e07bde21b772f160aa9873d660f7995c2e;p=friendica.git logging on notifier --- diff --git a/include/notifier.php b/include/notifier.php index cde156cbdc..aa186317f9 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -125,8 +125,10 @@ function notifier_run($argv, $argc){ $item['deleted'] = 1; } - if(count($items) == 1 && $items[0]['uri'] === $items[0]['parent-uri']) + if((count($items) == 1) && ($items[0]['uri'] === $items[0]['parent-uri'])) { + logger('notifier: top level post'); $top_level = true; + } } $r = q("SELECT `contact`.*, `user`.`pubkey` AS `upubkey`, `user`.`prvkey` AS `uprvkey`,