mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
"fix for using GroupDAV with LDAP as addressbook backend"
This commit is contained in:
parent
20fad24579
commit
1ba343a837
@ -344,7 +344,7 @@ class addressbook_groupdav extends groupdav_handler
|
|||||||
*/
|
*/
|
||||||
function read($id)
|
function read($id)
|
||||||
{
|
{
|
||||||
return $this->bo->read(is_numeric($id) ? $id : array('uid' => $id));
|
return $this->bo->read(self::PATH_ATTRIBUTE == 'id' ? $id : array('uid' => $id));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user