Skip to content
Snippets Groups Projects
Commit d665a2ce authored by Angie Byron's avatar Angie Byron
Browse files

#894900 by mrfelton: Fixed Call to undefined function...

#894900 by mrfelton: Fixed Call to undefined function locale_language_negotiation_info() on site upgrade.
parent 1e985830
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment