summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-15 11:06:21 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-15 11:06:21 +0100
commit0487407ef8ef8a856eb1d52e7365cab30bffeee5 (patch)
treebf493dab6222c855ec4f5eb354ba8e42ab6f4b3f
parentc9b2d19672559b7c7319d15caf7d5cfbe7b192c6 (diff)
downloadblogs-0487407ef8ef8a856eb1d52e7365cab30bffeee5.tar.gz
blogs-0487407ef8ef8a856eb1d52e7365cab30bffeee5.tar.bz2
blogs-0487407ef8ef8a856eb1d52e7365cab30bffeee5.zip
Need to sort out access control to allow anonymous display if p_blogs_view is set for user
-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);