aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-06-14 08:10:38 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-06-14 08:10:38 +0200
commitd08b068031f01e1bcf57a46b9e7dfcb217b6fb30 (patch)
treefc700a19369cb7cc2d84966c042a6ef55db10983 /include/notifier.php
parent4d3c6941cafb3b8a7e1d2ccccd5003a2dc468a4d (diff)
parent9b9bd35cba293b86c871c2cfbe15e6d9c4673a7d (diff)
downloadvolse-hubzilla-d08b068031f01e1bcf57a46b9e7dfcb217b6fb30.tar.gz
volse-hubzilla-d08b068031f01e1bcf57a46b9e7dfcb217b6fb30.tar.bz2
volse-hubzilla-d08b068031f01e1bcf57a46b9e7dfcb217b6fb30.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php
index cb4dfe025..5de6eafd1 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -512,6 +512,8 @@ function notifier_run($argv, $argc){
if((count($r)) && (($max_allowed == 0) || (count($r) < $max_allowed))) {
+ logger('pubdeliver: ' . print_r($r,true));
+
foreach($r as $rr) {
/* Don't deliver to folks who have already been delivered to */