mirror of
https://github.com/moodle/moodle.git
synced 2025-03-06 16:59:56 +01:00
MDL-41754 (3) quiz statistics : need to escape core_php_time_limit
after MDL-42084 was merged into upstream, introducing core_php_time_limit, this branch that moved a reference to core_php_time_limit to a new namespace was broken.
This commit is contained in:
parent
8da6fc9d57
commit
ef81a7c30e
@ -212,7 +212,7 @@ abstract class base {
|
||||
$this->lastprogresstime = $now;
|
||||
|
||||
// Update time limit before next progress display.
|
||||
core_php_time_limit::raise(self::TIME_LIMIT_WITHOUT_PROGRESS);
|
||||
\core_php_time_limit::raise(self::TIME_LIMIT_WITHOUT_PROGRESS);
|
||||
$this->update_progress();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user