summaryrefslogtreecommitdiff
path: root/contact.php
diff options
context:
space:
mode:
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' ]);
?>