summaryrefslogtreecommitdiff
path: root/view_post_image.php
diff options
context:
space:
mode:
Diffstat (limited to 'view_post_image.php')
-rw-r--r--view_post_image.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view_post_image.php b/view_post_image.php
index faec5b2..bc6f249 100644
--- a/view_post_image.php
+++ b/view_post_image.php
@@ -15,7 +15,7 @@
*/
require_once( '../kernel/setup_inc.php' );
-include_once( BLOGS_PKG_PATH.'BitBlog.php' );
+include_once( BLOGS_PKG_CLASS_PATH.'BitBlog.php' );
if (!isset($_REQUEST["image_id"])) {
$gBitSmarty->assign('msg', tra("No image id given"));