diff options
Diffstat (limited to 'bit_setup_inc.php')
| -rwxr-xr-x | bit_setup_inc.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php index 6e35f8b..babda6a 100755 --- a/bit_setup_inc.php +++ b/bit_setup_inc.php @@ -10,7 +10,6 @@ $gBitSystem->registerPackage( $registerHash ); if( $gBitSystem->isPackageActive( 'feed' ) ) { - if( $gBitUser->hasPermission( 'p_feed_view' )) { $menuHash = array( 'package_name' => FEED_PKG_NAME, @@ -19,10 +18,6 @@ if( $gBitSystem->isPackageActive( 'feed' ) ) { ); $gBitSystem->registerAppMenu( $menuHash ); } - $menuHash = array( - 'package_name' => FEED_PKG_NAME, - ); - $gBitSystem->registerAppMenu( $menuHash ); } ?> |
