Oops. Missing ')' :-P

This commit is contained in:
Thomas Tanghus 2012-01-12 22:55:43 +01:00
parent e60860148c
commit 1697347045
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}