summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-02-11 09:33:24 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-02-11 09:33:24 -0800
commit33cb24e4f3cae2917df5c88d240f175815bec9e4 (patch)
tree5be308ba70f98003cb2ffa7158b3b13059912ae7 /includes/common.inc
parenteb6f6e92880500601f1c7408c12158094339c774 (diff)
downloadbrdo-33cb24e4f3cae2917df5c88d240f175815bec9e4.tar.gz
brdo-33cb24e4f3cae2917df5c88d240f175815bec9e4.tar.bz2
Issue #1908194 by richard.c.allen2386: Document what happens in drupal_get_path if the file is not found
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 98c84f6ce..f6171cfd9 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -2788,7 +2788,7 @@ function drupal_set_time_limit($time_limit) {
* The name of the item for which the path is requested.
*
* @return
- * The path to the requested item.
+ * The path to the requested item or an empty string if the item is not found.
*/
function drupal_get_path($type, $name) {
return dirname(drupal_get_filename($type, $name));