mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
disables account cache, because it did break group admin page
This commit is contained in:
parent
49a44154ce
commit
58eef6a9e2
@ -77,7 +77,7 @@
|
|||||||
var $members = array();
|
var $members = array();
|
||||||
var $xmlrpc_methods = array();
|
var $xmlrpc_methods = array();
|
||||||
// enables the session-cache
|
// enables the session-cache
|
||||||
var $use_session_cache = True;
|
var $use_session_cache = False;
|
||||||
|
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* Standard constructor for setting $this->account_id *
|
* Standard constructor for setting $this->account_id *
|
||||||
@ -87,7 +87,8 @@
|
|||||||
function accounts($account_id = '', $account_type='')
|
function accounts($account_id = '', $account_type='')
|
||||||
{
|
{
|
||||||
// enable the caching in the session onyl for ldap
|
// enable the caching in the session onyl for ldap
|
||||||
$this->user_session_cache = $GLOBALS['phpgw_info']['server']['account_repository'] == 'ldap';
|
#$this->user_session_cache = $GLOBALS['phpgw_info']['server']['account_repository'] == 'ldap';
|
||||||
|
#$this->use_session_cache = $GLOBALS['phpgw_info']['server']['account_repository'] == 'ldap';
|
||||||
|
|
||||||
$this->db = $GLOBALS['phpgw']->db;
|
$this->db = $GLOBALS['phpgw']->db;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user