mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
Missing parenthesis
This commit is contained in:
@@ -81,7 +81,7 @@ class Application extends App {
|
||||
$cm = $this->c['ContactsManager'];
|
||||
$result = $cm->search('',array('FN'));
|
||||
foreach ($result as $r) {
|
||||
if (isset $r["phone"]) {
|
||||
if (isset ($r["phone"])) {
|
||||
self::$contacts[$r["phone"]] = $r["FN"];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user