summaryrefslogtreecommitdiff
path: root/custom_home.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
commit513bc9e03522f0bfc0e307a8e40a517e746de2bc (patch)
treebed44d24c1ef1ee8d3801b74fe0fac68e1f779f4 /custom_home.php
parent70ebf6a972f511a904a7775ec792dc2523bf3e13 (diff)
downloadusers-513bc9e03522f0bfc0e307a8e40a517e746de2bc.tar.gz
users-513bc9e03522f0bfc0e307a8e40a517e746de2bc.tar.bz2
users-513bc9e03522f0bfc0e307a8e40a517e746de2bc.zip
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'custom_home.php')
-rwxr-xr-xcustom_home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_home.php b/custom_home.php
index a53f3cb..d923a20 100755
--- a/custom_home.php
+++ b/custom_home.php
@@ -30,5 +30,5 @@ print_r($b);
*/
$gBitSystem->verifyFeature( 'users_custom_home' );
// Display the template
-$gBitSystem->display( 'bitpackage:users/custom_home_2.tpl', null, array( 'display_mode' => 'display' ));
+$gBitSystem->display( 'bitpackage:users/custom_home_2.tpl', null, [ 'display_mode' => 'display' ]);
?>