summaryrefslogtreecommitdiff
path: root/menu_sort.php
diff options
context:
space:
mode:
Diffstat (limited to 'menu_sort.php')
-rwxr-xr-xmenu_sort.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_sort.php b/menu_sort.php
index a242f78..ea52add 100755
--- a/menu_sort.php
+++ b/menu_sort.php
@@ -44,4 +44,4 @@ if( isset( $_REQUEST['tab'] ) ) {
$gBitSmarty->assign( 'nexus_file', strtolower( 'mod_'.preg_replace( "/ /", "_", $gNexus->mInfo['title'] ).'_'.$gNexus->mInfo['menu_id'].'.tpl' ) );
$gBitSystem->setBrowserTitle( 'Nexus Menus' );
-$gBitSystem->display( 'bitpackage:nexus/menu_sort.tpl' , null, array( 'display_mode' => 'display' ));
+$gBitSystem->display( 'bitpackage:nexus/menu_sort.tpl' , null, [ 'display_mode' => 'display' ]);