summaryrefslogtreecommitdiff
path: root/topic_move.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2016-02-07 16:52:14 +0000
committerlsces <lester@lsces.co.uk>2016-02-07 16:52:14 +0000
commitec5f7a975915b9ef49499fc0ad063c5ecb8cdfd3 (patch)
treeacf78aeabb74725e27e61e2e245274f70f6e894a /topic_move.php
parentc3f0281d2755f78664f7541dce3a8c85706dc7d1 (diff)
downloadboards-ec5f7a975915b9ef49499fc0ad063c5ecb8cdfd3.tar.gz
boards-ec5f7a975915b9ef49499fc0ad063c5ecb8cdfd3.tar.bz2
boards-ec5f7a975915b9ef49499fc0ad063c5ecb8cdfd3.zip
Move from Smarty2 to Smarty3 function style
Diffstat (limited to 'topic_move.php')
-rw-r--r--topic_move.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/topic_move.php b/topic_move.php
index 0802280..b924eb7 100644
--- a/topic_move.php
+++ b/topic_move.php
@@ -44,7 +44,7 @@ if( isset( $_REQUEST["target"] ) ) {
// get list of boards we can move the topic to
$boards = $board->getBoardSelectList();
-$gBitSmarty->assign_by_ref('boards', $boards);
+$gBitSmarty->assignByRef('boards', $boards);
$gBitSmarty->assign('fromBoardId', $board->mContentId);