Oops. Missing ')' :-P
This commit is contained in:
parent
e60860148c
commit
1697347045
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ $vcard = null;
|
|||
$details = null;
|
||||
if(!is_null($id)) {
|
||||
$vcard = OC_Contacts_App::getContactVCard($id);
|
||||
if(!is_null($vcard) {
|
||||
if(!is_null($vcard)) {
|
||||
$details = OC_Contacts_VCard::structureContact($vcard);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue