diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:52:56 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:52:56 +0100 |
| commit | 59f4b840506330fd044b0c8e583a428209ab533f (patch) | |
| tree | ead62e12adc402b29bee3c3733924b4c33d2299b /edit.php | |
| parent | 0aa24a7f24b573fd3f19cb888dfefcdc31ae6b82 (diff) | |
| download | tags-59f4b840506330fd044b0c8e583a428209ab533f.tar.gz tags-59f4b840506330fd044b0c8e583a428209ab533f.tar.bz2 tags-59f4b840506330fd044b0c8e583a428209ab533f.zip | |
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'edit.php')
| -rwxr-xr-x | edit.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ if ( !$gBitUser->hasPermission('p_tags_admin') ){ $tag = new LibertyTag(); if ( $tag->loadTag ( $_REQUEST ) ){ - $gBitSmarty->assign( 'tagData', $tag->mInfo ); + $gBitSmarty->assign( 'tagData', $tag->mInfo ); } if( !empty( $_REQUEST["save"] ) ) { @@ -34,4 +34,4 @@ if( !empty( $_REQUEST["save"] ) ) { } } -$gBitSystem->display( 'bitpackage:tags/edit_tag.tpl', KernelTools::tra( "Edit Tag" ) , array( 'display_mode' => 'edit' )); +$gBitSystem->display( 'bitpackage:tags/edit_tag.tpl', KernelTools::tra( "Edit Tag" ) , [ 'display_mode' => 'edit' ]); |
