Untested small hack to maybe fix the digest language

This commit is contained in:
moodler 2004-07-21 09:42:27 +00:00
parent f2b9b6ea62
commit 6e6a64b319

View file

@ -313,6 +313,8 @@ function forum_cron () {
}
}
unset($CFG->courselang);
/// Now see if there are any digest mails waiting to be sent, and if we should send them
$datenow = getdate();
$lastcron = get_field('modules', 'lastcron', 'name', 'forum');