From a384eb4854931a532346935513966a746eb653c3 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 18 Apr 2012 10:56:16 -0700 Subject: [PATCH] Issue #1537370 by Liam Morland: Improve documentation of return value for file_load() --- core/includes/file.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/includes/file.inc b/core/includes/file.inc index eaff634e277..675a2d5c199 100644 --- a/core/includes/file.inc +++ b/core/includes/file.inc @@ -606,7 +606,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()