Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
358fa43c
Commit
358fa43c
authored
Jul 18, 2007
by
Dries Buytaert
Browse files
- Patch
#160263
by Rok Zlender: module_implements() refresh is not working.
parent
de06bb7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/module.inc
View file @
358fa43c
...
...
@@ -343,7 +343,7 @@ function module_implements($hook, $sort = FALSE, $refresh = FALSE) {
static
$implementations
;
if
(
$refresh
)
{
unset
(
$implementations
);
$implementations
=
array
(
);
return
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment