merged Nathan bugfix r30788

This commit is contained in:
Ralf Becker 2010-06-18 09:07:05 +00:00
parent 42c939b426
commit 0d031f5ed8

View File

@ -352,7 +352,7 @@ class addressbook_so
*/
function read_customfields($ids,$field_names=null)
{
return $this->soextra->read_customfields($ids,$fieldnames);
return $this->soextra->read_customfields($ids,$field_names);
}
/**