diff options
-rw-r--r-- | modules/locale/locale.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/locale/locale.install b/modules/locale/locale.install index 3bbb3bbae..80dbab9a8 100644 --- a/modules/locale/locale.install +++ b/modules/locale/locale.install @@ -46,6 +46,7 @@ function locale_update_7000() { */ function locale_update_7001() { require_once DRUPAL_ROOT . '/includes/language.inc'; + require_once DRUPAL_ROOT . '/modules/locale/locale.module'; switch (variable_get('language_negotiation', 0)) { // LANGUAGE_NEGOTIATION_NONE. |