Skip to content
Snippets Groups Projects
Commit d3a2851c authored by mcramer's avatar mcramer
Browse files

FS#2310 - Template switch not working in mailuser module, for dashlets and the login page

Just mailuser fixed
parent 88f75ac0
No related branches found
No related tags found
2 merge requests!46Master,!21Master
...@@ -141,6 +141,7 @@ class login_index { ...@@ -141,6 +141,7 @@ class login_index {
$user['username'] = $username; $user['username'] = $username;
$user['language'] = $conf['language']; $user['language'] = $conf['language'];
$user['theme'] = $conf['theme']; $user['theme'] = $conf['theme'];
$user['app_theme'] = $conf['theme'];
$user['mailuser_id'] = $mailuser['mailuser_id']; $user['mailuser_id'] = $mailuser['mailuser_id'];
$user['default_group'] = $mailuser['sys_groupid']; $user['default_group'] = $mailuser['sys_groupid'];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment