- Patch #83234 by rDouglass: fixed caching glitch.
parent
35c33e3cf5
commit
2607f6e698
|
@ -71,6 +71,9 @@ function drupal_lookup_path($action, $path = '') {
|
|||
$map[$src] = $path;
|
||||
return $src;
|
||||
}
|
||||
else {
|
||||
$map[$path] = $path;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue