mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
MDL-32256 quiz_cron() now returns true as expected by the current API
This commit is contained in:
parent
a280078197
commit
7b0f4a3711
@ -449,6 +449,8 @@ function quiz_cron() {
|
||||
// Run cron for our sub-plugin types.
|
||||
cron_execute_plugin_type('quiz', 'quiz reports');
|
||||
cron_execute_plugin_type('quizaccess', 'quiz access rules');
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user