summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-16 08:34:45 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-16 08:34:45 +0000
commit54b8ad6550c5da194f06831cb52a4a05315392fa (patch)
tree86c51178265d08f61405e1ee3f255ea41d8e9484 /includes/bootstrap.inc
parent0ddfd29cfd3e3c5f8c960a5825d901cd52044210 (diff)
downloadbrdo-54b8ad6550c5da194f06831cb52a4a05315392fa.tar.gz
brdo-54b8ad6550c5da194f06831cb52a4a05315392fa.tar.bz2
- Patch #22035 by Matt: fixed problem with alias table getting corrupted.
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc3
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;
- }
}
}
}