- Patch #160263 by Rok Zlender: module_implements() refresh is not working.
parent
de06bb7a8e
commit
358fa43c04
|
@ -343,7 +343,7 @@ function module_implements($hook, $sort = FALSE, $refresh = FALSE) {
|
|||
static $implementations;
|
||||
|
||||
if ($refresh) {
|
||||
unset($implementations);
|
||||
$implementations = array();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue