"removed unnecessary loading of prefs on each request"

This commit is contained in:
Ralf Becker 2009-08-09 14:40:01 +00:00
parent da981bb02f
commit 1e90070d36

View File

@ -214,8 +214,6 @@ class idots_framework extends egw_framework
} }
else else
{ {
$GLOBALS['phpgw']->preferences->read_repository();
$prefs = array(); $prefs = array();
if ($GLOBALS['egw_info']['user']['preferences']['common']) if ($GLOBALS['egw_info']['user']['preferences']['common'])