summaryrefslogtreecommitdiff
path: root/copyrights.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 09:55:19 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 09:55:19 +0100
commitc105a9834fd9c5a320d41422c50fa84e5bc12084 (patch)
tree48d0d400d6e0a4fd87485e89accfdeaf8db5c24b /copyrights.php
parent1778d95793e4bc5d494ece84ec177b5629c830f3 (diff)
downloadwiki-c105a9834fd9c5a320d41422c50fa84e5bc12084.tar.gz
wiki-c105a9834fd9c5a320d41422c50fa84e5bc12084.tar.bz2
wiki-c105a9834fd9c5a320d41422c50fa84e5bc12084.zip
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'copyrights.php')
-rwxr-xr-xcopyrights.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/copyrights.php b/copyrights.php
index 7eb663b..511fc87 100755
--- a/copyrights.php
+++ b/copyrights.php
@@ -44,7 +44,7 @@ if (isset($_REQUEST['editcopyright'])) {
$copyrightslib->edit_copyright($copyright_id, $copyrightTitle, $copyrightYear, $copyrightAuthors, $gBitUser->mUserId);
} else {
$gBitSmarty->assign('msg', KernelTools::tra("You must supply all the information, including title and year."));
- $gBitSystem->display( 'error.tpl' , null, array( 'display_mode' => 'display' ));
+ $gBitSystem->display( 'error.tpl' , null, [ 'display_mode' => 'display' ]);
die;
}
}