From b26ac06c3b64a1272238a89a4c08b33c58a60b82 Mon Sep 17 00:00:00 2001 From: Shish Date: Wed, 19 Aug 2009 01:33:00 +0100 Subject: [PATCH] hand-port from 2.3 --- 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 a6011910..7694a496 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->set_field("_config_wiki_Edit_anon", false); - $this->set_field("_config_wiki_Edit_user", true); + $this->set_field("_config_wiki_edit_anon", false); + $this->set_field("_config_wiki_edit_user", true); $this->click("Save Settings"); $this->get_page("wiki/test_locked");