summaryrefslogtreecommitdiff
path: root/includes/path.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/path.inc')
-rw-r--r--includes/path.inc2
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;
}
}
}