diff options
-rw-r--r-- | includes/module.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/module.inc b/includes/module.inc index f8a565746..0268bcb64 100644 --- a/includes/module.inc +++ b/includes/module.inc @@ -343,7 +343,7 @@ function module_implements($hook, $sort = FALSE, $refresh = FALSE) { static $implementations; if ($refresh) { - unset($implementations); + $implementations = array(); return; } |