From f80645cc48dcbc67d005406b0bca40acda776b36 Mon Sep 17 00:00:00 2001 From: Juan Leyva Date: Tue, 14 Jun 2016 15:10:59 +0100 Subject: [PATCH] MDL-54869 files: Fix file_save_draft_area_files documentation --- lib/filelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/filelib.php b/lib/filelib.php index c26865d54c8..8031e38feab 100644 --- a/lib/filelib.php +++ b/lib/filelib.php @@ -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