diff options
-rw-r--r-- | includes/file.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/file.inc b/includes/file.inc index 7ec13f32e..f7d3f34c1 100644 --- a/includes/file.inc +++ b/includes/file.inc @@ -541,7 +541,7 @@ function file_load_multiple($fids = array(), $conditions = array()) { * A file ID. * * @return - * A file object. + * An object representing the file, or FALSE if the file was not found. * * @see hook_file_load() * @see file_load_multiple() |