From c525be6b31a50e5519b6a341e3f97ea336456fe0 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 2 Aug 2009 09:29:06 +0100 Subject: [PATCH] too much search & replace --- contrib/wiki/test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/wiki/test.php b/contrib/wiki/test.php index 3b888e54..31e7e27e 100644 --- a/contrib/wiki/test.php +++ b/contrib/wiki/test.php @@ -41,8 +41,8 @@ class WikiTest extends SCoreWebTestCase { function testLock() { $this->log_in_as_admin(); $this->get_page("setup"); - $this->setField("_config_wiki_Edit_anon", false); - $this->setField("_config_wiki_Edit_user", true); + $this->setField("_config_wiki_edit_anon", false); + $this->setField("_config_wiki_edit_user", true); $this->click("Save Settings"); $this->get_page("wiki/test_locked");