MDL-32256 quiz_cron() now returns true as expected by the current API

This commit is contained in:
David Mudrak 2012-03-29 15:45:45 +02:00
parent a280078197
commit 7b0f4a3711

View File

@ -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;
}
/**