From: rabuzarus <> Date: Wed, 11 Jan 2017 12:02:18 +0000 (+0100) Subject: diaspora - add braces X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0e64d462df91865c55d112aeb19f3b8169981ba9;p=friendica.git diaspora - add braces --- diff --git a/include/diaspora.php b/include/diaspora.php index c8b56c20c7..fc88c79bf2 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -325,8 +325,9 @@ class Diaspora { logger("delivering to: ".$rr["username"]); self::dispatch($rr,$msg); } - } else + } else { logger("No subscribers for ".$msg["author"]." ".print_r($msg, true), LOGGER_DEBUG); + } return $message_id; }