mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-19690 fix some breakage.
This commit is contained in:
parent
5ef444007d
commit
42d5737a94
3 changed files with 5 additions and 8 deletions
|
@ -207,7 +207,7 @@ function print_cell($alignment='center', $text=' ', $class='') {
|
|||
}
|
||||
|
||||
function displaydir($file_info) {
|
||||
global $CFG;
|
||||
global $CFG, $OUTPUT;
|
||||
|
||||
$children = $file_info->get_children();
|
||||
$parent_info = $file_info->get_parent();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue