diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:54:15 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:54:15 +0100 |
| commit | 7e4af642c93da5af9889211cff169c901e35d6b8 (patch) | |
| tree | 9fd6433fcf8e763c97fd8499b2f13e88312bf3ce /ajax_edit_storage.php | |
| parent | b463af3dd0d69bf659bd0820bd07bebd6358f74c (diff) | |
| download | liberty-7e4af642c93da5af9889211cff169c901e35d6b8.tar.gz liberty-7e4af642c93da5af9889211cff169c901e35d6b8.tar.bz2 liberty-7e4af642c93da5af9889211cff169c901e35d6b8.zip | |
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'ajax_edit_storage.php')
| -rwxr-xr-x | ajax_edit_storage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax_edit_storage.php b/ajax_edit_storage.php index 3bf4eb0..c8c11f3 100755 --- a/ajax_edit_storage.php +++ b/ajax_edit_storage.php @@ -27,5 +27,5 @@ if( isset( $_REQUEST['form_id'] ) ){ $gBitSmarty->assign( 'form_id', $_REQUEST['form_id'] ); } -$gBitSystem->display( 'bitpackage:liberty/edit_storage_list.tpl' , null, array( 'display_mode' => 'edit' )); +$gBitSystem->display( 'bitpackage:liberty/edit_storage_list.tpl' , null, [ 'display_mode' => 'edit' ]); ?> |
