summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 09:52:56 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 09:52:56 +0100
commit59f4b840506330fd044b0c8e583a428209ab533f (patch)
treeead62e12adc402b29bee3c3733924b4c33d2299b /edit.php
parent0aa24a7f24b573fd3f19cb888dfefcdc31ae6b82 (diff)
downloadtags-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-xedit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit.php b/edit.php
index 4e6e791..ebdc7a7 100755
--- a/edit.php
+++ b/edit.php
@@ -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' ]);