]> source.dussan.org Git - nextcloud-server.git/commitdiff
Oops. Missing ')' :-P
authorThomas Tanghus <thomas@tanghus.net>
Thu, 12 Jan 2012 21:55:43 +0000 (22:55 +0100)
committerThomas Tanghus <thomas@tanghus.net>
Thu, 12 Jan 2012 21:55:43 +0000 (22:55 +0100)
apps/contacts/index.php

index b179d9bbfe58f78e5a7b292c397e9e872a808758..9012e5d8af8e954a598026c4a179e012c1f40714 100644 (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);
        }
 }