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
fd67735f
Commit
fd67735f
authored
Nov 26, 2008
by
Dries
Browse files
- Patch
#325908
by kbahey: removed redundant cache flusing.
parent
b4534e89
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/system/system.admin.inc
View file @
fd67735f
...
...
@@ -1416,9 +1416,6 @@ function system_performance_settings() {
'#submit'
=>
array
(
'system_clear_cache_submit'
),
);
$form
[
'#submit'
][]
=
'drupal_clear_css_cache'
;
$form
[
'#submit'
][]
=
'drupal_clear_js_cache'
;
return
system_settings_form
(
$form
);
}
...
...
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