From: moodler Date: Wed, 21 Jul 2004 09:42:27 +0000 (+0000) Subject: Untested small hack to maybe fix the digest language X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6e6a64b319dd4875fd3cbee3ac381392f120f9e8;p=moodle.git Untested small hack to maybe fix the digest language --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 9e33b4273b..c3cb841b17 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -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');