mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-11095 - Use absolute path to include tabs.php, not a relative path, for greater robustness. Merged from MOODLE_18_STABLE.
This commit is contained in:
parent
95ffcee0bf
commit
01c4e87acf
@ -37,7 +37,7 @@ class quiz_default_report {
|
||||
/// Print the tabs
|
||||
$currenttab = 'reports';
|
||||
$mode = $reportmode;
|
||||
include('tabs.php');
|
||||
require($CFG->dirroot . '/mod/quiz/tabs.php');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user