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:
James Pratt
2014-01-27 17:45:50 +07:00
parent 8da6fc9d57
commit ef81a7c30e
+1 -1
View File
@@ -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();
}