mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
fixed incorrect comments, thanks Dongsheng
This commit is contained in:
parent
bd67616e4c
commit
d811bd84b4
@ -100,7 +100,6 @@ throw new coding_exception('File browsing api function is not implemented yet, s
|
||||
$params = $child->get_params();
|
||||
if ($child->is_directory()) {
|
||||
$node = array(
|
||||
//TODO: this is wrong, you need to fetch info from the child node!!!!
|
||||
'contextid' => $params['contextid'],
|
||||
'component' => $params['component'],
|
||||
'filearea' => $params['filearea'],
|
||||
@ -113,7 +112,6 @@ throw new coding_exception('File browsing api function is not implemented yet, s
|
||||
$list[] = $node;
|
||||
} else {
|
||||
$node = array(
|
||||
//TODO: this is wrong, you need to fetch info from the child node!!!!
|
||||
'contextid' => $params['contextid'],
|
||||
'component' => $params['component'],
|
||||
'filearea' => $params['filearea'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user