From 67a6243ad4f4b8d82f783b9a049bf6d919a934b8 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sat, 24 Sep 2011 17:32:14 +0200 Subject: [PATCH] MDL-29509 add cron support for admin tools --- lib/cronlib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cronlib.php b/lib/cronlib.php index dc944a4228d..1701966c5b6 100644 --- 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')) { -- 2.43.0