From: Thomas Tanghus Date: Thu, 12 Jan 2012 21:55:43 +0000 (+0100) Subject: Oops. Missing ')' :-P X-Git-Tag: v3.0~60^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=16973470457b31398c3a8b582e04b587e5b9862a;p=nextcloud-server.git Oops. Missing ')' :-P --- diff --git a/apps/contacts/index.php b/apps/contacts/index.php index b179d9bbfe5..9012e5d8af8 100644 --- a/apps/contacts/index.php +++ b/apps/contacts/index.php @@ -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); } }