diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-07-05 17:12:52 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-07-05 17:12:52 +0200 |
commit | 5e0b80dc8d824e4b6dcea1732dae5fdfb3216183 (patch) | |
tree | 152d2b580a0c998d541b4c60af12c1a5b03e85d9 /apps/contacts | |
parent | 5bf050b13bbac944421ac6e993993237f847068a (diff) | |
download | nextcloud-server-5e0b80dc8d824e4b6dcea1732dae5fdfb3216183.tar.gz nextcloud-server-5e0b80dc8d824e4b6dcea1732dae5fdfb3216183.zip |
Contacts: Fix copy&paste error
Diffstat (limited to 'apps/contacts')
-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 f33f4a204e7..40675efd8b4 100644 --- a/apps/contacts/lib/addressbook.php +++ b/apps/contacts/lib/addressbook.php @@ -41,7 +41,7 @@ class OC_Contacts_Addressbook{ /** * @brief Returns the list of addressbooks for a specific user. * @param string $uid - * @param boolean $active Only return calendars with this $active state, default(=false) is don't care + * @param boolean $active Only return addressbooks with this $active state, default(=false) is don't care * @return array or false. */ public static function all($uid, $active=false){ |