summaryrefslogtreecommitdiff
path: root/topic_move.php
diff options
context:
space:
mode:
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 b924eb7..0dc6aed 100644
--- a/topic_move.php
+++ b/topic_move.php
@@ -13,7 +13,7 @@ require_once( '../kernel/setup_inc.php' );
$gBitSystem->verifyPackage( 'boards' );
// Look up Topic (lookup_inc is universal, gContent == BitBoardTopic)
-require_once( BOARDS_PKG_PATH.'lookup_inc.php' );
+require_once( BOARDS_PKG_INCLUDE_PATH.'lookup_inc.php' );
// Make sure topic exists since we only run through here for existing topics. New topics are created via comment system.
if( !$gContent->isValid() ){