- Patch #83234 by rDouglass: fixed caching glitch.

5.x
Dries Buytaert 2006-09-09 11:06:53 +00:00
parent 35c33e3cf5
commit 2607f6e698
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ function drupal_lookup_path($action, $path = '') {
$map[$src] = $path;
return $src;
}
else {
$map[$path] = $path;
}
}
}
}