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 58db57a commit d55cca1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod/quiz/lib.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -473,6 +473,8 @@ function quiz_cron() {
} }
} }
mtrace("Finished legacy quiz reports"); mtrace("Finished legacy quiz reports");

return true;
} }


/** /**
Expand Down

0 comments on commit d55cca1

Please sign in to comment.