diff --git a/lib/classes/progress/base.php b/lib/classes/progress/base.php index d1eaf91e131..34123629e00 100644 --- a/lib/classes/progress/base.php +++ b/lib/classes/progress/base.php @@ -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(); }