mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Untested small hack to maybe fix the digest language
This commit is contained in:
parent
f2b9b6ea62
commit
6e6a64b319
1 changed files with 2 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue