diff options
| author | lsces <lester@lsces.co.uk> | 2016-02-07 16:52:14 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2016-02-07 16:52:14 +0000 |
| commit | ec5f7a975915b9ef49499fc0ad063c5ecb8cdfd3 (patch) | |
| tree | acf78aeabb74725e27e61e2e245274f70f6e894a /topic_move.php | |
| parent | c3f0281d2755f78664f7541dce3a8c85706dc7d1 (diff) | |
| download | boards-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.php | 2 |
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); |
