mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
Minor patch for MDL-11992 course tagging. Corrected a statement in cron().
This commit is contained in:
parent
5d1381c2c3
commit
c34984cfcc
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user