forked from extern/egroupware
Fix typo
This commit is contained in:
parent
e37b4807c2
commit
e02d6c4ea9
@ -352,7 +352,7 @@ class addressbook_so
|
|||||||
*/
|
*/
|
||||||
function read_customfields($ids,$field_names=null)
|
function read_customfields($ids,$field_names=null)
|
||||||
{
|
{
|
||||||
return $this->soextra->read_customfields($ids,$fieldnames);
|
return $this->soextra->read_customfields($ids,$field_names);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user