MDL-16374 support for file browsing in modules

This commit is contained in:
skodak
2008-09-06 18:18:36 +00:00
parent 38b4de5258
commit 84dabeef01
+1 -1
View File
@@ -258,7 +258,7 @@ class file_browser {
} else {
$fileinfofunction = $modname.'_get_file_info';
if (function_exists($fileinfofunction)) {
return $fileinfofunction($course, $cm, $context, $filearea, $itemid);
return $fileinfofunction($this, $areas, $course, $cm, $context, $filearea, $itemid, $filepath, $filename);
}
}
}