mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fixed problem in setup, because of not instanciated account object
This commit is contained in:
parent
483aa9a343
commit
1c2a564c14
@ -900,7 +900,7 @@
|
|||||||
$GLOBALS['egw']->db = clone($this->db);
|
$GLOBALS['egw']->db = clone($this->db);
|
||||||
$GLOBALS['egw']->common =& CreateObject('phpgwapi.common');
|
$GLOBALS['egw']->common =& CreateObject('phpgwapi.common');
|
||||||
|
|
||||||
$this->accounts = new accounts($config);
|
$GLOBALS['egw']->accounts = $this->accounts = new accounts($config);
|
||||||
$this->accounts->cache_invalidate(); // the cache is shared for all instances of the class
|
$this->accounts->cache_invalidate(); // the cache is shared for all instances of the class
|
||||||
|
|
||||||
if(($GLOBALS['egw_info']['server']['account_repository'] == 'ldap') &&
|
if(($GLOBALS['egw_info']['server']['account_repository'] == 'ldap') &&
|
||||||
|
Loading…
Reference in New Issue
Block a user