From: Bart Visscher Date: Thu, 5 Jul 2012 15:12:52 +0000 (+0200) Subject: Contacts: Fix copy&paste error X-Git-Tag: v4.5.0beta1~74^2~374^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5e0b80dc8d824e4b6dcea1732dae5fdfb3216183;p=nextcloud-server.git Contacts: Fix copy&paste error --- 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){