changed owner to user, this was an old error which probably never produced any impacts

This commit is contained in:
Christian Binder 2009-11-18 09:55:31 +00:00
parent cf59c9f606
commit dee4177242

View File

@ -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))