Skip to content
Snippets Groups Projects
Commit 0a238a0a authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#97317 by Jaza. Avoid over-caching.

parent 761b0c7f
No related branches found
No related tags found
No related merge requests found
......@@ -71,9 +71,6 @@ function drupal_lookup_path($action, $path = '') {
$map[$src] = $path;
return $src;
}
else {
$map[$path] = FALSE;
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment