mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:24:07 +01:00
fixed not completly removed domain-selection, when disabled
This commit is contained in:
parent
524b321fe2
commit
da45740c4b
@ -229,6 +229,7 @@ class idots_framework extends egw_framework
|
||||
else
|
||||
{
|
||||
/* trick to make domain section disapear */
|
||||
$tmpl->set_block('login_form','domain_selection');
|
||||
$tmpl->set_var('domain_selection',$GLOBALS['egw_info']['user']['domain'] ?
|
||||
$GLOBALS['egw']->html->input_hidden('logindomain',$GLOBALS['egw_info']['user']['domain']) : '');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user