mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue