Merge branch 'MDL-46587-master' of git://github.com/jleyva/moodle

This commit is contained in:
Marina Glancy 2014-09-08 13:48:37 +08:00
commit cb1be3a7ae

View File

@ -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;
}