diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 1ce0ea3f87a3686423a252a7cbae5cae4a332458..5e51e4fc879679e684cdc0614c6fd038db062b12 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]; }