summaryrefslogtreecommitdiff
path: root/modules/locale
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale')
-rw-r--r--modules/locale/locale.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index bc4b37070..9a164566c 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -562,7 +562,7 @@ function locale_update_js_files() {
}
// If no refresh was attempted, but we have new source files, we need
// to store them too. This occurs if current page is in English.
- else if ($new_files) {
+ elseif ($new_files) {
variable_set('javascript_parsed', $parsed);
}