diff options
Diffstat (limited to 'recent_posts.php')
| -rw-r--r-- | recent_posts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recent_posts.php b/recent_posts.php index 5eca0fa..770248c 100644 --- a/recent_posts.php +++ b/recent_posts.php @@ -14,7 +14,7 @@ require_once( '../kernel/setup_inc.php' ); // Is package installed and enabled $gBitSystem->verifyPackage( 'blogs' ); -require_once( BLOGS_PKG_PATH.'lookup_blog_inc.php'); +require_once( BLOGS_PKG_INCLUDE_PATH.'lookup_blog_inc.php'); // Now check permissions to access this page $gContent->verifyViewPermission(); |
