summaryrefslogtreecommitdiff
path: root/recent_posts.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-03-07 01:55:59 +0000
committerwjames5 <will@tekimaki.com>2010-03-07 01:55:59 +0000
commitf70edb75074ba377dd0d0ca7a806f0cfd84ae380 (patch)
treeb350348d8a726e94306584496caec6e207649bd7 /recent_posts.php
parent18c07ab5bc5372a14cac7f4ebfd49de330d62800 (diff)
downloadblogs-f70edb75074ba377dd0d0ca7a806f0cfd84ae380.tar.gz
blogs-f70edb75074ba377dd0d0ca7a806f0cfd84ae380.tar.bz2
blogs-f70edb75074ba377dd0d0ca7a806f0cfd84ae380.zip
remove deprecated
Diffstat (limited to 'recent_posts.php')
-rw-r--r--recent_posts.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/recent_posts.php b/recent_posts.php
index d38d9d3..36cc42d 100644
--- a/recent_posts.php
+++ b/recent_posts.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/recent_posts.php,v 1.11 2010/02/08 21:27:21 wjames5 Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/recent_posts.php,v 1.12 2010/03/07 01:55:59 wjames5 Exp $
*
* @package blogs
* @subpackage functions
@@ -17,7 +17,6 @@ $gBitSystem->verifyPackage( 'blogs' );
require_once( BLOGS_PKG_PATH.'lookup_blog_inc.php');
// Now check permissions to access this page
-// DEPRECATED $gBitSystem->verifyPermission( 'p_blogs_view' );
$gContent->verifyViewPermission();
if ( $gBitSystem->isFeatureActive( 'blog_ajax_more' ) && $gBitThemes->isJavascriptEnabled() ){