Merge branch 'MDL-37332-23' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
This commit is contained in:
@@ -821,7 +821,7 @@ class portfolio_exporter {
|
||||
if ($f->get_filename() == $skipfile) {
|
||||
continue;
|
||||
}
|
||||
$returnfiles[$f->get_filepath() . '/' . $f->get_filename()] = $f;
|
||||
$returnfiles[$f->get_filepath() . $f->get_filename()] = $f;
|
||||
}
|
||||
return $returnfiles;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user