From d665a2ce9e6d77797ffd9b4440faf57bb1ff0a5c Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 27 Aug 2010 11:07:36 +0000 Subject: [PATCH] #894900 by mrfelton: Fixed Call to undefined function locale_language_negotiation_info() on site upgrade. --- modules/locale/locale.install | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/locale/locale.install b/modules/locale/locale.install index 3bbb3bbae6f..80dbab9a8d7 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.