mirror of
https://github.com/moodle/moodle.git
synced 2025-04-07 01:12:42 +02:00
Merge branch 'MDL-54584-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
df88d9a72e
@ -1617,6 +1617,9 @@ abstract class repository implements cacheable_object {
|
||||
* @return file path
|
||||
*/
|
||||
public function prepare_file($filename) {
|
||||
if (empty($filename)) {
|
||||
$filename = 'file';
|
||||
}
|
||||
return sprintf('%s/%s', make_request_directory(), $filename);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user