"MDL-19654, added path parameter for folder"

This commit is contained in:
dongsheng 2009-09-03 06:31:10 +00:00
parent 86bb4f92f5
commit efd89ccae3

View File

@ -63,6 +63,7 @@ class repository_draft extends repository {
'title' => $foldername,
'size' => 0,
'date' => '',
'path' => $file->get_filepath(),
'children' => array(),
'thumbnail' => $OUTPUT->old_icon_url('f/folder-32')
);