Skip to content

Commit

Permalink
fixed RSS feeds warning bug #5591; merged from MOODLE_16_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed May 23, 2006
1 parent d33f282 commit f6f7899
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod/forum/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
$CFG->forum_enabletimedposts = false;
}

if (!isset($CFG->forum_enablerssfeeds)) { // Disable forum RSS feeds by default
$CFG->forum_enablerssfeeds = false;
}

/// STANDARD FUNCTIONS ///////////////////////////////////////////////////////////

Expand Down

0 comments on commit f6f7899

Please sign in to comment.