summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/simpletest/drupal_web_test_case.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php
index 62ee334c4..4e0d55ffb 100644
--- a/modules/simpletest/drupal_web_test_case.php
+++ b/modules/simpletest/drupal_web_test_case.php
@@ -1120,7 +1120,7 @@ class DrupalWebTestCase extends DrupalTestCase {
protected function refreshVariables() {
global $conf;
cache_clear_all('variables', 'cache');
- $conf = variable_init();
+ $conf = variable_initialize();
}
/**