mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
MDL-15818 - correction, undo a change to the admin-reports bit.
Jamie, if you see this, please review this change.
This commit is contained in:
parent
3f871282a1
commit
40ad295c25
@ -195,7 +195,7 @@
|
||||
$cronfile = $CFG->dirroot.'/'.$CFG->admin.'/report/'.$report.'/cron.php';
|
||||
if (file_exists($cronfile)) {
|
||||
require_once($cronfile);
|
||||
$cronfunction = 'quiz_report_'.$report.'_cron';
|
||||
$cronfunction = 'report_'.$report.'_cron';
|
||||
mtrace('Processing cron function for '.$report.'...', '');
|
||||
$pre_dbqueries = null;
|
||||
$pre_dbqueries = $DB->perf_get_queries();
|
||||
|
Loading…
x
Reference in New Issue
Block a user