mirror of
https://github.com/moodle/moodle.git
synced 2025-06-02 06:05:31 +02:00
Merge branch 'MDL-46587-master' of git://github.com/jleyva/moodle
This commit is contained in:
commit
cb1be3a7ae
@ -112,9 +112,6 @@ class core_files_external extends external_api {
|
||||
if (empty($fileinfo['filearea'])) {
|
||||
$fileinfo['filearea'] = null;
|
||||
}
|
||||
if (empty($fileinfo['itemid'])) {
|
||||
$fileinfo['itemid'] = null;
|
||||
}
|
||||
if (empty($fileinfo['filename'])) {
|
||||
$fileinfo['filename'] = null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user