diff options
Diffstat (limited to 'modules/path/path.test')
-rw-r--r-- | modules/path/path.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path/path.test b/modules/path/path.test index 5de87173b..e00cd9073 100644 --- a/modules/path/path.test +++ b/modules/path/path.test @@ -185,7 +185,7 @@ class PathLanguageTestCase extends DrupalWebTestCase { variable_set('language_negotiation', LANGUAGE_NEGOTIATION_PATH); // Force inclusion of language.inc. - drupal_init_language(); + drupal_language_initialize(); } /** |