From 1256813ae5203792963310c2834dc2d1f7b85315 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 14 Jul 2009 11:46:55 +0000 Subject: - Patch #517542 by Damien Tournoud: fixed broken patch. --- modules/simpletest/drupal_web_test_case.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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(); } /** -- cgit v1.2.3