summaryrefslogtreecommitdiff
path: root/ajax.php
diff options
context:
space:
mode:
Diffstat (limited to 'ajax.php')
-rw-r--r--ajax.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax.php b/ajax.php
index 4b8c28b..8da05f7 100644
--- a/ajax.php
+++ b/ajax.php
@@ -87,7 +87,7 @@ set_error_handler("ajax_nice_error");
switch ($_GET['req']) {
case 10:
- require_once( BOARDS_PKG_PATH.'BitBoardPost.php' );
+ require_once( BOARDS_PKG_CLASS_PATH.'BitBoardPost.php' );
$comment = new BitBoardPost($_GET['comment_id']);
$comment->loadMetaData();
if (@$comment->verifyId($comment->mCommentId)) {