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/lib/addressbook.php | |
parent | 3c2967074f0d817bff8f1d511f08aa84a9d09bde (diff) | |
download | nextcloud-server-7fff38667953028d499f978798b44deccbd55a84.tar.gz nextcloud-server-7fff38667953028d499f978798b44deccbd55a84.zip |
Code style.
Diffstat (limited to 'apps/contacts/lib/addressbook.php')
-rw-r--r-- | apps/contacts/lib/addressbook.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/lib/addressbook.php b/apps/contacts/lib/addressbook.php index 65e02312bde..eb61b6dbced 100644 --- a/apps/contacts/lib/addressbook.php +++ b/apps/contacts/lib/addressbook.php @@ -133,7 +133,7 @@ class OC_Contacts_Addressbook { if(is_null($uid)) { $uid = OCP\USER::getUser(); } - $id = self::add($uid,'Contacts', 'Default Address Book'); + $id = self::add($uid, 'Contacts', 'Default Address Book'); if($id !== false) { self::setActive($id, true); } |