mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:12 +01:00
create old accounts object with deprecated methods for old apps using it
This commit is contained in:
parent
3c02af0875
commit
2ccb5cd58d
@ -159,7 +159,7 @@ class egw extends egw_minimal
|
||||
// translation class is here only for backward compatibility, as all it's methods can be called static now
|
||||
$this->translation = new translation();
|
||||
$this->common = new common();
|
||||
$this->accounts = accounts::getInstance();
|
||||
$this->accounts = new accounts();
|
||||
$this->acl = new acl();
|
||||
// we instanciate the hooks object here manually, to cache it's hooks in the session
|
||||
$this->hooks = new hooks();
|
||||
|
Loading…
Reference in New Issue
Block a user