Fixing parentheses
authorMichael <heluecht@pirati.ca>
Wed, 12 Sep 2018 18:49:36 +0000 (18:49 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 12 Sep 2018 18:49:36 +0000 (18:49 +0000)
mod/contacts.php

index 69bf2b4..1604f0b 100644 (file)
@@ -49,7 +49,7 @@ function contacts_init(App $a)
                }
 
                // Don't display contacts that are about to be deleted
-               if (($contact['network'] == Protocol::PHANTOM)) {
+               if ($contact['network'] == Protocol::PHANTOM) {
                        $contact = false;
                }
        }