mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
modification because of changes in bo_tracking (calling the constructor now neccessary)
This commit is contained in:
parent
fc3c7a40ad
commit
4b72cd5bb0
@ -70,6 +70,8 @@ class addressbook_tracking extends bo_tracking
|
||||
*/
|
||||
function addressbook_tracking(&$bocontacts)
|
||||
{
|
||||
$this->bo_tracking(); // calling the constructor of the extended class
|
||||
|
||||
$this->contacts =& $bocontacts;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user