]> git.mxchange.org Git - friendica.git/commitdiff
Code Standard
authorJonny Tischbein <jonny_tischbein@systemli.org>
Sat, 17 Nov 2018 16:24:30 +0000 (17:24 +0100)
committerJonny Tischbein <jonny_tischbein@systemli.org>
Sat, 17 Nov 2018 16:24:30 +0000 (17:24 +0100)
mod/network.php

index bfd5e9e872f6c470ac9ac64ea7570a521e6461d4..1e744bd259fc040d53bb2677170691e2bfa6d68f 100644 (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 = [];
        }