diff options
Diffstat (limited to 'topic_move.php')
| -rwxr-xr-x[-rw-r--r--] | topic_move.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/topic_move.php b/topic_move.php index 4c4fefd..a1a8415 100644..100755 --- a/topic_move.php +++ b/topic_move.php @@ -7,7 +7,7 @@ /** * required setup */ -require_once( '../kernel/includes/setup_inc.php' ); +require_once '../kernel/includes/setup_inc.php'; // Is package installed and enabled $gBitSystem->verifyPackage( 'boards' ); @@ -44,7 +44,7 @@ if( isset( $_REQUEST["target"] ) ) { // get list of boards we can move the topic to $boards = $board->getBoardSelectList(); -$gBitSmarty->assignByRef('boards', $boards); +$gBitSmarty->assign('boards', $boards); $gBitSmarty->assign('fromBoardId', $board->mContentId); |
