Notice out

This commit is contained in:
stronk7
2004-08-26 00:10:51 +00:00
parent ab37ddd5d2
commit f54e807d59
+2 -1
View File
@@ -159,7 +159,8 @@
}
//If rss are activated at site and forum level and this forum has rss defined, show link
if ($CFG->enablerssfeeds && $CFG->forum_enablerssfeeds && $forum->rsstype and $forum->rssarticles) {
if (isset($CFG->enablerssfeeds) && isset($CFG->forum_enablerssfeeds) &&
$CFG->enablerssfeeds && $CFG->forum_enablerssfeeds && $forum->rsstype and $forum->rssarticles) {
echo "<br />";
if ($forum->rsstype == 1) {
$tooltiptext = get_string("rsssubscriberssdiscussions","forum",$forum->name);