#83234 by robertDouglass. Cache the right thing for path lookups.

5.x
Neil Drumm 2006-09-13 01:07:23 +00:00
parent faf41d262f
commit ead8b35e26
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ function drupal_lookup_path($action, $path = '') {
return $src;
}
else {
$map[$path] = $path;
$map[$path] = FALSE;
}
}
}