diff options
author | Friendika <info@friendika.com> | 2011-06-13 19:06:49 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-13 19:06:49 -0700 |
commit | d5fdd4287dec00adcb08e389385b1ecbc23cca6a (patch) | |
tree | 87aa51b8d37d153701e077e9f090ffe6c6579ab0 /include/notifier.php | |
parent | d66056af9d56d86fdb57061c83c9187ea9f51403 (diff) | |
download | volse-hubzilla-d5fdd4287dec00adcb08e389385b1ecbc23cca6a.tar.gz volse-hubzilla-d5fdd4287dec00adcb08e389385b1ecbc23cca6a.tar.bz2 volse-hubzilla-d5fdd4287dec00adcb08e389385b1ecbc23cca6a.zip |
event sharing, cont.
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 */ |