disable old EGroupware error_log, as it is not used anymore

This commit is contained in:
Ralf Becker 2014-07-04 14:11:32 +00:00
parent 5241d3c951
commit 7cc924c74e

View File

@ -108,10 +108,11 @@ class admin_hooks
$file['View Access Log'] = egw::link('/index.php','menuaction=admin.admin_accesslog.index');
}
/* disable old EGroupware error_log, as it is not used anymore
if (! $GLOBALS['egw']->acl->check('error_log_access',1,'admin'))
{
$file['View Error Log'] = egw::link('/index.php','menuaction=admin.uilog.list_log');
}
}*/
if (! $GLOBALS['egw']->acl->check('applications_access',16,'admin'))
{