summaryrefslogtreecommitdiff
path: root/topic_move.php
diff options
context:
space:
mode:
authorHash9 <hash9@users.sourceforge.net>2006-07-06 14:31:24 +0000
committerHash9 <hash9@users.sourceforge.net>2006-07-06 14:31:24 +0000
commitf1008d04f1752f2c8716255afa5a039debcee2b8 (patch)
treeb89bad9ed2e4f37ef65671d11c18f1e6272f2b3b /topic_move.php
parenta9080e1d0f2b1a4eebc6ee80cd3b01546d636bab (diff)
downloadboards-f1008d04f1752f2c8716255afa5a039debcee2b8.tar.gz
boards-f1008d04f1752f2c8716255afa5a039debcee2b8.tar.bz2
boards-f1008d04f1752f2c8716255afa5a039debcee2b8.zip
fix boards so that they work and also add the option to display or not avatars
Diffstat (limited to 'topic_move.php')
-rw-r--r--topic_move.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/topic_move.php b/topic_move.php
index 920b90f..eeef82b 100644
--- a/topic_move.php
+++ b/topic_move.php
@@ -4,7 +4,7 @@ require_once( '../bit_setup_inc.php' );
require_once( BITBOARDS_PKG_PATH.'BitBoard.php' );
// Is package installed and enabled
-$gBitSystem->verifyPackage( 'bitboard' );
+$gBitSystem->verifyPackage( 'bitboards' );
// Now check permissions to access this page
$gBitSystem->verifyPermission( 'p_bitboard_edit' );
@@ -51,5 +51,5 @@ $board = new BitBoard();
$gBitSmarty->assign_by_ref('boards', $board->getForumBoardSelectList());
require_once( BITBOARDS_PKG_PATH .'lookup_bittopic_inc.php' );
-$gBitSystem->display( 'bitpackage:bitboard/topic_move.tpl', tra('Category') );
+$gBitSystem->display( 'bitpackage:bitboards/topic_move.tpl', tra('Category') );
?> \ No newline at end of file