From dee4177242446a912048ef41c9d7b41d94a12b25 Mon Sep 17 00:00:00 2001 From: Christian Binder Date: Wed, 18 Nov 2009 09:55:31 +0000 Subject: [PATCH] changed owner to user, this was an old error which probably never produced any impacts --- addressbook/inc/class.addressbook_bo.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.addressbook_bo.inc.php b/addressbook/inc/class.addressbook_bo.inc.php index 3bd2fe23a9..c25ae6db1e 100755 --- a/addressbook/inc/class.addressbook_bo.inc.php +++ b/addressbook/inc/class.addressbook_bo.inc.php @@ -1579,7 +1579,7 @@ class addressbook_bo extends addressbook_so { 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))