Code Standard

This commit is contained in:
Jonny Tischbein 2018-11-17 17:24:30 +01:00
parent 458b0f3545
commit 4f8e50d834
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ function networkConversation(App $a, $items, Pager $pager, $mode, $update, $orde
// Set this so that the conversation function can find out contact info for our wall-wall items
$a->page_contact = $a->contact;
if (!is_array($items)){
if (!is_array($items)) {
Logger::log("Expecting items to be an array. Got " . print_r($items, true));
$items = [];
}