diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2013-02-11 09:36:05 -0800 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2013-02-11 09:36:05 -0800 |
commit | 98faa472067f4fb120d97a7cf0eb486a1435f2c9 (patch) | |
tree | 1c3343a0e45256b0d8ddda07cb9847cd7aca6796 | |
parent | 33cb24e4f3cae2917df5c88d240f175815bec9e4 (diff) | |
download | brdo-98faa472067f4fb120d97a7cf0eb486a1435f2c9.tar.gz brdo-98faa472067f4fb120d97a7cf0eb486a1435f2c9.tar.bz2 |
Issue #1908192 by mitron: Document what happens in drupal_get_filename() if the file is not found
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 1fd497de2..796ebcdae 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -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 |