summaryrefslogtreecommitdiff
path: root/topic_move.php
diff options
context:
space:
mode:
Diffstat (limited to 'topic_move.php')
-rwxr-xr-xtopic_move.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/topic_move.php b/topic_move.php
index a1a8415..8aa266d 100755
--- a/topic_move.php
+++ b/topic_move.php
@@ -48,5 +48,5 @@ $gBitSmarty->assign('boards', $boards);
$gBitSmarty->assign('fromBoardId', $board->mContentId);
-$gBitSystem->display( 'bitpackage:boards/topic_move.tpl', tra('Move Topic').':'.$gContent->getTitle(), array( 'display_mode' => 'display' ));
+$gBitSystem->display( 'bitpackage:boards/topic_move.tpl', tra('Move Topic').':'.$gContent->getTitle(), [ 'display_mode' => 'display' ]);
?>