diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-14 10:37:54 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-14 10:37:54 +0200 |
commit | b1184f3fdeb4dcc6126b7ea8d7ac1a2980c9cbac (patch) | |
tree | 07165e07f3c2e57e4719310195f1f2fd0a211c8d /include/notifier.php | |
parent | 5882d8d022c14a12ba7b314c96289061bd195ed4 (diff) | |
parent | 9b9bd35cba293b86c871c2cfbe15e6d9c4673a7d (diff) | |
download | volse-hubzilla-b1184f3fdeb4dcc6126b7ea8d7ac1a2980c9cbac.tar.gz volse-hubzilla-b1184f3fdeb4dcc6126b7ea8d7ac1a2980c9cbac.tar.bz2 volse-hubzilla-b1184f3fdeb4dcc6126b7ea8d7ac1a2980c9cbac.zip |
Merge remote-tracking branch 'friendika-master/master' into admin
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 2 |
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 */ |