X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnotifier.php;h=9e1450ba2b5004a676f62375aab0f686290f3c23;hb=c0cc65304b06b027219a9f162deaab90fe2a0487;hp=8823834c1d361ed1535afa6ae92d5b52708c07cc;hpb=fb676335dbfb90d282622a68cb9a7113be19bc31;p=friendica.git diff --git a/include/notifier.php b/include/notifier.php index 8823834c1d..9e1450ba2b 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -558,7 +558,7 @@ function notifier_run(&$argv, &$argc){ if($slap && count($url_recipients) && ($public_message || $push_notify) && $normal_mode) { if(!get_config('system','dfrn_only')) { foreach($url_recipients as $url) { - if($url) { + if ($url) { logger('notifier: urldelivery: ' . $url); $deliver_status = slapper($owner,$url,$slap); /// @TODO Redeliver/queue these items on failure, though there is no contact record