Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60c452b
)
MDL-29509 add cron support for admin tools
author
Petr Skoda
<commits@skodak.org>
Sat, 24 Sep 2011 15:32:14 +0000
(17:32 +0200)
committer
Petr Skoda
<commits@skodak.org>
Mon, 26 Sep 2011 22:39:19 +0000
(
00:39
+0200)
lib/cronlib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/cronlib.php
b/lib/cronlib.php
index
dc944a4
..
1701966
100644
(file)
--- a/
lib/cronlib.php
+++ b/
lib/cronlib.php
@@
-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')) {