1
0
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:
Cameron
2017-03-12 10:01:19 -07:00
parent 392a4f1785
commit 17abb6a08a
3 changed files with 3 additions and 2 deletions

View File

@@ -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))
{