diff options
-rw-r--r-- | includes/path.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/path.inc b/includes/path.inc index bc11198b4..557503e1f 100644 --- a/includes/path.inc +++ b/includes/path.inc @@ -71,6 +71,9 @@ function drupal_lookup_path($action, $path = '') { $map[$src] = $path; return $src; } + else { + $map[$path] = $path; + } } } } |