Skip to content

Commit

Permalink
MDL-29509 add cron support for admin tools
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 26, 2011
1 parent 60c452b commit 67a6243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cronlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ function cron_run() {
cron_execute_plugin_type('qtype', 'question types');
cron_execute_plugin_type('plagiarism', 'plagiarism plugins');
cron_execute_plugin_type('theme', 'themes');
cron_execute_plugin_type('tool', 'admin tools');

// and finally run any local cronjobs, if any
if ($locals = get_plugin_list('local')) {
Expand Down

0 comments on commit 67a6243

Please sign in to comment.