summaryrefslogtreecommitdiff
path: root/contact.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 09:51:41 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 09:51:41 +0100
commitc6b9954c7f1ef88e372747a855d1859868ff802f (patch)
tree525cc1443c88fc135ab7ca64d20321e55214256c /contact.php
parent465182f8a748c53cb9667146071d0fba6a90c3f8 (diff)
downloadmessages-c6b9954c7f1ef88e372747a855d1859868ff802f.tar.gz
messages-c6b9954c7f1ef88e372747a855d1859868ff802f.tar.bz2
messages-c6b9954c7f1ef88e372747a855d1859868ff802f.zip
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'contact.php')
-rwxr-xr-xcontact.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/contact.php b/contact.php
index affaaeb..20f38cf 100755
--- a/contact.php
+++ b/contact.php
@@ -36,5 +36,5 @@ if( !empty( $_REQUEST['send'] )) {
$gBitSmarty->assign( 'feedback', $feedback );
}
-$gBitSystem->display( 'bitpackage:messages/contact.tpl', NULL, array( 'display_mode' => 'display' ));
+$gBitSystem->display( 'bitpackage:messages/contact.tpl', NULL, [ 'display_mode' => 'display' ]);
?>