diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-04 00:23:18 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-04 00:23:18 +0100 |
| commit | 09cf4f3c2d062ce6057234d924f487989509b785 (patch) | |
| tree | f3aadbde1e8d0f9ae42fa7472453c065a58ee739 /admin | |
| parent | 165301fd4856a37933de9dd6c86fa45fba9d1e06 (diff) | |
| parent | dffcf669a19d1cfa80304a375d78c9243176f9a6 (diff) | |
| download | themes-09cf4f3c2d062ce6057234d924f487989509b785.tar.gz themes-09cf4f3c2d062ce6057234d924f487989509b785.tar.bz2 themes-09cf4f3c2d062ce6057234d924f487989509b785.zip | |
Merge
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/menus.php | 2 |
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 ); |
