summaryrefslogtreecommitdiff
path: root/recent_posts.php
diff options
context:
space:
mode:
Diffstat (limited to 'recent_posts.php')
-rwxr-xr-xrecent_posts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/recent_posts.php b/recent_posts.php
index ce8a827..e48cccf 100755
--- a/recent_posts.php
+++ b/recent_posts.php
@@ -20,7 +20,7 @@ require_once BLOGS_PKG_INCLUDE_PATH.'lookup_blog_inc.php';
$gBitSystem->verifyPackage( 'blogs' );
// Now check permissions to access this page
-$gContent->verifyViewPermission();
+// $gContent->verifyViewPermission();
if ( $gBitSystem->isFeatureActive( 'blog_ajax_more' ) && $gBitThemes->isJavascriptEnabled() ){
$gBitSmarty->assign('ajax_more', true);