summaryrefslogtreecommitdiff
path: root/view.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-06 22:56:40 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-06 22:56:40 +0000
commit976ebed68e9fcbcd4d1adbc502805ae26539b83e (patch)
tree8d73f3eebdceef11ed26a12836a56d6ed13890ba /view.php
parent92b3420fafc4c2308f1338c784e7ba680f3ede75 (diff)
downloadblogs-976ebed68e9fcbcd4d1adbc502805ae26539b83e.tar.gz
blogs-976ebed68e9fcbcd4d1adbc502805ae26539b83e.tar.bz2
blogs-976ebed68e9fcbcd4d1adbc502805ae26539b83e.zip
further paermission renaming and cleanup
Diffstat (limited to 'view.php')
-rw-r--r--view.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view.php b/view.php
index 107a78a..2036d2c 100644
--- a/view.php
+++ b/view.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/view.php,v 1.10 2006/02/04 19:04:34 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/view.php,v 1.11 2006/02/06 22:56:37 squareing Exp $
* @package blogs
* @subpackage functions
@@ -179,7 +179,7 @@ if( $gBitSystem->isPackageActive( 'notepad' ) && $gBitUser->hasPermission( 'bit_
}
}
-if( $gBitSystem->isFeatureActive( 'feature_user_watches' ) ) {
+if( $gBitSystem->isFeatureActive( 'user_watches' ) ) {
if( $gBitUser->isValid() && isset( $_REQUEST['watch_event'] ) ) {
if ($_REQUEST['watch_action'] == 'add') {