- Patch #160263 by Rok Zlender: module_implements() refresh is not working.

6.x
Dries Buytaert 2007-07-18 14:10:14 +00:00
parent de06bb7a8e
commit 358fa43c04
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ function module_implements($hook, $sort = FALSE, $refresh = FALSE) {
static $implementations;
if ($refresh) {
unset($implementations);
$implementations = array();
return;
}