mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
"MDL-19654, added path parameter for folder"
This commit is contained in:
parent
86bb4f92f5
commit
efd89ccae3
@ -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')
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user