mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 10:01:56 +02:00
Fix: {CHAPTER_MENUS} shortcode now respects menu-visibility setting.
This commit is contained in:
@@ -1323,6 +1323,7 @@ class users_admin_ui extends e_admin_ui
|
||||
$sql = e107::getDb();
|
||||
$e_event = e107::getEvent();
|
||||
$admin_log = e107::getAdminLog();
|
||||
$pref = e107::getPref();
|
||||
|
||||
if (!$_POST['ac'] == md5(ADMINPWCHANGE))
|
||||
{
|
||||
|
Reference in New Issue
Block a user