summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 50aa8dd..8795536 100644
--- a/index.php
+++ b/index.php
@@ -26,6 +26,7 @@ foreach( $gBitSystem->mPackages as $pkg => $pkgInfo ) {
$pkgs[$pkg] = ( $gBitSystem->isFeatureActive( $pkg."_rss_title" ) ? $gBitSystem->getConfig( $pkg."_rss_title" ) : $pkg );
}
}
+if ( empty($pkgs) ) { $pkgs['none'] = 'No Feeds Enabled'; }
$gBitSmarty->assign( "pkgs", $pkgs );
$feedFormat = array(