MDL-54869 files: Fix file_save_draft_area_files documentation

This commit is contained in:
Juan Leyva 2016-06-14 15:10:59 +01:00
parent ac8d6cff54
commit d089e4984d

View File

@ -776,7 +776,7 @@ function file_restore_source_field_from_draft_file($storedfile) {
return $storedfile;
}
/**
* Saves files from a draft file area to a real one (merging the list of files).
* Saves files from a draft file area to a real one (replacing and removing files in the real file area).
* Can rewrite URLs in some content at the same time if desired.
*
* @category files