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