summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/path.inc3
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;
+ }
}
}
}