diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:51:41 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:51:41 +0100 |
| commit | 8b9137c1358fde8e4c74b05a08da8a6a86e2094b (patch) | |
| tree | 4552157203fe759e8f6dc9ede6362f8ea2ead6ad /menu_sort.php | |
| parent | d8bcfdfa9987b9207acc38fc417897af45d623d8 (diff) | |
| download | nexus-8b9137c1358fde8e4c74b05a08da8a6a86e2094b.tar.gz nexus-8b9137c1358fde8e4c74b05a08da8a6a86e2094b.tar.bz2 nexus-8b9137c1358fde8e4c74b05a08da8a6a86e2094b.zip | |
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'menu_sort.php')
| -rwxr-xr-x | menu_sort.php | 2 |
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' ]); |
