Skip to content

Commit

Permalink
MDL-32256 quiz_cron() now returns true as expected by the current API
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Mar 29, 2012
1 parent a280078 commit 7b0f4a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod/quiz/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/**
Expand Down

0 comments on commit 7b0f4a3

Please sign in to comment.