diff --git a/infolog/inc/class.boinfolog.inc.php b/infolog/inc/class.boinfolog.inc.php index 175d2445ea..2d2cd77d82 100644 --- a/infolog/inc/class.boinfolog.inc.php +++ b/infolog/inc/class.boinfolog.inc.php @@ -897,7 +897,7 @@ class boinfolog ), ); // find the addressbookentry to link with - $addressbook =& CreateObject('addressbook.bocontacts'); + $addressbook = new addressbook_bo(); $contacts = array(); foreach ($email as $mailadr) {