diaspora - add braces

This commit is contained in:
rabuzarus 2017-01-11 13:02:18 +01:00
parent 2daa0936db
commit 0e64d462df
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}