diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-07-20 17:09:03 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-07-20 17:11:13 +0200 |
commit | 7fff38667953028d499f978798b44deccbd55a84 (patch) | |
tree | fb646ef3a5b71153ad09faddd9ffe9ba1b451531 /apps/contacts/ajax/saveproperty.php | |
parent | 3c2967074f0d817bff8f1d511f08aa84a9d09bde (diff) | |
download | nextcloud-server-7fff38667953028d499f978798b44deccbd55a84.tar.gz nextcloud-server-7fff38667953028d499f978798b44deccbd55a84.zip |
Code style.
Diffstat (limited to 'apps/contacts/ajax/saveproperty.php')
-rw-r--r-- | apps/contacts/ajax/saveproperty.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/ajax/saveproperty.php b/apps/contacts/ajax/saveproperty.php index c3aaf5a9596..5d743c99df4 100644 --- a/apps/contacts/ajax/saveproperty.php +++ b/apps/contacts/ajax/saveproperty.php @@ -129,7 +129,7 @@ if(!$value) { } //debug('New checksum: '.$checksum); -if(!OC_Contacts_VCard::edit($id,$vcard)) { +if(!OC_Contacts_VCard::edit($id, $vcard)) { bailOut(OC_Contacts_App::$l10n->t('Error updating contact property.')); exit(); } |