Minor patch for MDL-11992 course tagging. Corrected a statement in cron().
This commit is contained in:
@@ -338,8 +338,8 @@ EOT;
|
||||
*/
|
||||
/*
|
||||
function cron() {
|
||||
if (SHOWCOURSETAGS) {
|
||||
global $CFG;
|
||||
global $CFG;
|
||||
if ($CFG->block_tags_showcoursetags) {
|
||||
require_once($CFG->dirroot.'/tag/coursetagslib.php');
|
||||
return coursetag_rss_feeds();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user