Issue #1908192 by mitron: Document what happens in drupal_get_filename() if the file is not found
parent
33cb24e4f3
commit
98faa47206
|
@ -810,7 +810,7 @@ function drupal_settings_initialize() {
|
|||
* than by consulting the database.
|
||||
*
|
||||
* @return
|
||||
* The filename of the requested item.
|
||||
* The filename of the requested item or NULL if the item is not found.
|
||||
*/
|
||||
function drupal_get_filename($type, $name, $filename = NULL) {
|
||||
// The location of files will not change during the request, so do not use
|
||||
|
|
Loading…
Reference in New Issue