Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
ede56ec5
Commit
ede56ec5
authored
Jul 20, 2013
by
alexpott
Browse files
Issue
#2021797
by olli: Fixed Typo in _menu_clear_page_cache().
parent
d79136be
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/menu.inc
View file @
ede56ec5
...
...
@@ -2997,7 +2997,7 @@ function _menu_clear_page_cache() {
$cache_cleared
=
1
;
}
elseif
(
$cache_cleared
==
1
)
{
drupal_register_shutdown_function
(
'cache_invalidate_tags'
,
array
(
'content'
,
TRUE
));
drupal_register_shutdown_function
(
'cache_invalidate_tags'
,
array
(
'content'
=>
TRUE
));
// Keep track of which menus have expanded items.
drupal_register_shutdown_function
(
'_menu_set_expanded_menus'
);
$cache_cleared
=
2
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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