forked from extern/egroupware
Admin - fix user accounts not displayed after submitting or canceling statistic
nm needs to start enabled or its initialization is skipped
This commit is contained in:
parent
03f2588d67
commit
a1251b528f
@ -96,7 +96,6 @@ class admin_ui
|
||||
|
||||
// switching between iframe and nm/accounts-list depending on load parameter
|
||||
// important for first time load eg. from an other application calling it's site configuration
|
||||
$tpl->setElementAttribute('nm', 'disabled', !empty($_GET['load']));
|
||||
$tpl->setElementAttribute('iframe', 'disabled', empty($_GET['load']));
|
||||
$content['iframe'] = 'about:blank'; // we show accounts-list be default now
|
||||
if (!empty($_GET['load']))
|
||||
|
Loading…
Reference in New Issue
Block a user