mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Whoops, fixed a typo
This commit is contained in:
parent
622ebc6a7c
commit
38ad519c06
@ -203,7 +203,7 @@ function forum_cron () {
|
||||
|
||||
$timenow = time();
|
||||
$endtime = $timenow - $CFG->maxeditingtime;
|
||||
$starttime = $cutofftime - 48 * 3600; /// Two days earlier
|
||||
$starttime = $endtime - 48 * 3600; /// Two days earlier
|
||||
|
||||
if ($posts = forum_get_unmailed_posts($starttime, $endtime)) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user