diff options
-rw-r--r-- | includes/locale.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc index 6f2895dd9..a02ba11d2 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -2424,7 +2424,7 @@ function _locale_rebuild_js($langcode = NULL) { // just got deleted). Act only if some operation was executed. if ($status) { db_update('languages') - ->field(array( + ->fields(array( 'javascript' => $language->javascript, )) ->condition('language', $language->language) |