From a1251b528f1e36049a71d53f5cdcfb0b6c1d2d9c Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 16 Sep 2019 09:33:54 -0600 Subject: [PATCH] Admin - fix user accounts not displayed after submitting or canceling statistic nm needs to start enabled or its initialization is skipped --- admin/inc/class.admin_ui.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/inc/class.admin_ui.inc.php b/admin/inc/class.admin_ui.inc.php index 05da4d211f..bc93269438 100644 --- a/admin/inc/class.admin_ui.inc.php +++ b/admin/inc/class.admin_ui.inc.php @@ -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']))