#97317 by Jaza. Avoid over-caching.
parent
761b0c7ffb
commit
0a238a0ae4
|
@ -71,9 +71,6 @@ function drupal_lookup_path($action, $path = '') {
|
|||
$map[$src] = $path;
|
||||
return $src;
|
||||
}
|
||||
else {
|
||||
$map[$path] = FALSE;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue