#83234 by robertDouglass. Cache the right thing for path lookups.
parent
faf41d262f
commit
ead8b35e26
|
@ -72,7 +72,7 @@ function drupal_lookup_path($action, $path = '') {
|
|||
return $src;
|
||||
}
|
||||
else {
|
||||
$map[$path] = $path;
|
||||
$map[$path] = FALSE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue