diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-26 14:56:40 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-26 14:56:40 +0000 |
| commit | f12a5ceec061ec5abbdbd45bfff57a1d83186c55 (patch) | |
| tree | 65a66c4d1767893782e44ffffd90f8fd90e638ac /index.php | |
| parent | 79606361711fa386745d247829a3c506106b5a1f (diff) | |
| download | blogs-f12a5ceec061ec5abbdbd45bfff57a1d83186c55.tar.gz blogs-f12a5ceec061ec5abbdbd45bfff57a1d83186c55.tar.bz2 blogs-f12a5ceec061ec5abbdbd45bfff57a1d83186c55.zip | |
merge recent changes into HEAD
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_blogs/index.php,v 1.3 2005/08/01 18:40:04 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_blogs/index.php,v 1.4 2006/01/26 14:56:40 squareing Exp $ * @package blogss * @subpackage functions @@ -19,6 +19,7 @@ if (defined("CATEGORIES_PKG_PATH")) { } $gBitSystem->verifyPackage( 'blogs' ); +$gBitSystem->verifyPermission( 'bit_p_read_blog' ); if ($gBitSystem->isPackageActive( 'categories' )) { if (isset($_REQUEST['addcateg']) and $_REQUEST['addcateg'] and isset($_REQUEST['post_id']) and $_REQUEST['post_id']) { |
