MDL-19690 fix some breakage.

This commit is contained in:
tjhunt 2009-07-02 12:35:13 +00:00
parent 5ef444007d
commit 42d5737a94
3 changed files with 5 additions and 8 deletions

View file

@ -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();