]> git.mxchange.org Git - friendica.git/blobdiff - include/notifier.php
fix banding on logo, xhtml compliant list and basic table support
[friendica.git] / include / notifier.php
index cb4dfe025fccd819118903b0efc69f39c622bb92..5de6eafd10eafb9f19b08803bb8f87b514553a9d 100644 (file)
@@ -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 */