forked from extern/egroupware
changed owner to user, this was an old error which probably never produced any impacts
This commit is contained in:
parent
cf59c9f606
commit
dee4177242
@ -1579,7 +1579,7 @@ class addressbook_bo extends addressbook_so
|
|||||||
{
|
{
|
||||||
if (!is_object($this->categories))
|
if (!is_object($this->categories))
|
||||||
{
|
{
|
||||||
$this->categories = new categories($this->owner,'addressbook');
|
$this->categories = new categories($this->user,'addressbook');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_array($cat_id_list))
|
if (!is_array($cat_id_list))
|
||||||
|
Loading…
Reference in New Issue
Block a user