diff --git a/phpgwapi/inc/class.sessions.inc.php b/phpgwapi/inc/class.sessions.inc.php index caf74472b2..50e38ca7a7 100644 --- a/phpgwapi/inc/class.sessions.inc.php +++ b/phpgwapi/inc/class.sessions.inc.php @@ -353,7 +353,7 @@ $phpgw_info['user']['account_id'] = $this->account_id; - $this->read_repositories(@$phpgw_info['server']['cache_phpgw_info']); + //$this->read_repositories(@$phpgw_info['server']['cache_phpgw_info']); $phpgw_info['user'] = $this->user; $phpgw_info['hooks'] = $this->hooks;