Fixing parentheses
This commit is contained in:
parent
7daa46503d
commit
c4825a8b53
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue