diff options
-rw-r--r-- | modules/simpletest/drupal_web_test_case.php | 2 |
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(); } /** |