From 33cb24e4f3cae2917df5c88d240f175815bec9e4 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 11 Feb 2013 09:33:24 -0800 Subject: Issue #1908194 by richard.c.allen2386: Document what happens in drupal_get_path if the file is not found --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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)); -- cgit v1.2.3