mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Contacts: Fix copy&paste error
This commit is contained in:
parent
bbd260b27b
commit
0f416a5219
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user