summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-14 10:22:17 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-14 10:22:17 +0000
commitef09cf93e5ac3b0a3783170c6f29fdc4f9df6224 (patch)
treeacc3d22f10ba7b0de9116f3a9f0243e1ea99cb57 /modules/path
parent942f63b4ca940d04e8e2229387e2d511b3f9aba1 (diff)
downloadbrdo-ef09cf93e5ac3b0a3783170c6f29fdc4f9df6224.tar.gz
brdo-ef09cf93e5ac3b0a3783170c6f29fdc4f9df6224.tar.bz2
- Patch #517542 by David Strauss: renamed functions for clarity. We say 'yay' to clarity!
Diffstat (limited to 'modules/path')
-rw-r--r--modules/path/path.test2
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();
}
/**