Don't enable devel_mode in auditlog mode (#5466)
Fixes unintentional less files use in Kolab skin.
This commit is contained in:
parent
ed63ad60a3
commit
c43008b94f
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ class kolab_auth extends rcube_plugin
|
|||
// Enable debug logs (per-user), when logged as another user
|
||||
if (!empty($_SESSION['kolab_auth_admin']) && $rcmail->config->get('kolab_auth_auditlog')) {
|
||||
$rcmail->config->set('debug_level', 1);
|
||||
$rcmail->config->set('devel_mode', true);
|
||||
$rcmail->config->set('smtp_log', true);
|
||||
$rcmail->config->set('log_logins', true);
|
||||
$rcmail->config->set('log_session', true);
|
||||
|
|
Loading…
Add table
Reference in a new issue