Fixing parentheses

This commit is contained in:
Michael 2018-09-12 18:49:36 +00:00
parent 7daa46503d
commit c4825a8b53
1 changed files with 1 additions and 1 deletions

View 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;
}
}