Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Apr 2012 at 20:41 UTC
Updated:
29 Jul 2014 at 20:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhodgdonGood catch! I agree with your assessment: FALSE will be returned if there is no file found.
I think the doc line needs a comma in it though: ", or FALSE if ..."
Actually, how about:
An object representing the file, or FALSE if...
Comment #2
liam morlandUpdated patch attached. I will write the D7 backport once the D8 one is approved.
Comment #3
jhodgdonLooks good, thanks! I'll get that committed (it will likely apply to both d7 and d8 with no extra work on your part, so don't bother with that yet).
Comment #4
jhodgdonCommitted to 8.x/7.x. Thanks!