mirror of
https://github.com/friendica/friendica
synced 2025-04-28 13:44:25 +02:00
added spaces + curly braces
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
c1845c97cc
commit
c86f09a894
7 changed files with 23 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue