summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 1ce0ea3f8..5e51e4fc8 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -495,8 +495,6 @@ function drupal_lookup_path($action, $path = '') {
}
elseif ($count > 0 && $path != '') {
if ($action == 'source') {
- if (TRUE) return;
-
if (isset($map[$path])) {
return $map[$path];
}