diff options
-rw-r--r-- | includes/path.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/path.inc b/includes/path.inc index 557503e1f..a6fc4ee9d 100644 --- a/includes/path.inc +++ b/includes/path.inc @@ -72,7 +72,7 @@ function drupal_lookup_path($action, $path = '') { return $src; } else { - $map[$path] = $path; + $map[$path] = FALSE; } } } |