From b5199f2297c7cac6d03980bea6be9a02bbdf1738 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sat, 3 Oct 2009 18:09:32 +0000 Subject: [PATCH] - Patch #578520 by c960657: follow-up on make in url() only accept an array. --- modules/simpletest/simpletest.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/simpletest/simpletest.test b/modules/simpletest/simpletest.test index f6d0f56c681c..a4ee6741ecc0 100644 --- a/modules/simpletest/simpletest.test +++ b/modules/simpletest/simpletest.test @@ -287,7 +287,7 @@ class SimpleTestURLTestCase extends DrupalWebTestCase { */ function testGetAbsoluteUrl() { // Testbed runs with Clean URLs disabled, so disable it here. - $GLOBALS['conf']['clean_url'] = 0; + variable_set('clean_url', 0); $url = 'user/login'; $this->drupalGet($url); -- GitLab