From: Jonny Tischbein Date: Sat, 17 Nov 2018 16:24:30 +0000 (+0100) Subject: Code Standard X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4f8e50d8346df4c26fdf57ea92161f1137b6db82;p=friendica.git Code Standard --- diff --git a/mod/network.php b/mod/network.php index bfd5e9e872..1e744bd259 100644 --- a/mod/network.php +++ b/mod/network.php @@ -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 = []; }