summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-06-04 00:23:18 +0100
committerlsces <lester@lsces.co.uk>2014-06-04 00:23:18 +0100
commit09cf4f3c2d062ce6057234d924f487989509b785 (patch)
treef3aadbde1e8d0f9ae42fa7472453c065a58ee739 /admin
parent165301fd4856a37933de9dd6c86fa45fba9d1e06 (diff)
parentdffcf669a19d1cfa80304a375d78c9243176f9a6 (diff)
downloadthemes-09cf4f3c2d062ce6057234d924f487989509b785.tar.gz
themes-09cf4f3c2d062ce6057234d924f487989509b785.tar.bz2
themes-09cf4f3c2d062ce6057234d924f487989509b785.zip
Merge
Diffstat (limited to 'admin')
-rw-r--r--admin/menus.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/menus.php b/admin/menus.php
index 0aa04f8..fba8182 100644
--- a/admin/menus.php
+++ b/admin/menus.php
@@ -59,7 +59,7 @@ if( !empty( $_REQUEST['menu_js_settings'] ) ) {
}
if( !empty( $_REQUEST['update_menus'] ) ) {
- foreach( array_keys( $gBitSystem->mAppMenu ) as $menuPackage ) {
+ foreach( array_keys( $gBitSystem->mAppMenu['bar'] ) as $menuPackage ) {
if( empty( $_REQUEST["menu_$menuPackage"] ) ) {
// the package menu is off - store it off
$gBitSystem->storeConfig( "menu_$menuPackage", 'n', THEMES_PKG_NAME );