forked from extern/egroupware
fixed PHP 5.3 deprecated warning
This commit is contained in:
parent
dcffe95a17
commit
069fd0175a
@ -302,7 +302,7 @@ class emailadmin_bo extends so_sql
|
||||
}
|
||||
$this->smtpClass = new $class;
|
||||
}
|
||||
$this->tracking =& new emailadmin_tracking($this);
|
||||
$this->tracking = new emailadmin_tracking($this);
|
||||
}
|
||||
|
||||
function delete($profileid=null)
|
||||
|
Loading…
Reference in New Issue
Block a user