From 84fddb715741ab38cf506966ba2206aa809f7dd4 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Mon, 11 Feb 2013 09:35:27 -0800 Subject: [PATCH] Issue #1908192 by mitron: Document what happens in drupal_get_filename() if the file is not found --- core/includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index 663d53b635d8..906c5cc4cd87 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -859,7 +859,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 -- GitLab