Merge branch 'MDL-75311_400' of https://github.com/lostrogit/moodle into MOODLE_400_STABLE
This commit is contained in:
@@ -151,6 +151,9 @@ class schedule {
|
||||
* @return stored_file
|
||||
*/
|
||||
public static function get_schedule_report_file(model $schedule): stored_file {
|
||||
global $CFG;
|
||||
require_once("{$CFG->libdir}/filelib.php");
|
||||
|
||||
$table = custom_report_table_view::create($schedule->get('reportid'));
|
||||
|
||||
$table->setup();
|
||||
|
||||
Reference in New Issue
Block a user