aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-07-07 22:13:42 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-07 22:13:42 +0200
commitde1da3170cf814f3a45c6594dc3ca4f908d35a5e (patch)
treec8b975ab977f1686718a25f81d9b66891b4ee5c5
parent14e9c7695d113422ef7d49f11933fa935c74b979 (diff)
downloadforums-de1da3170cf814f3a45c6594dc3ca4f908d35a5e.tar
forums-de1da3170cf814f3a45c6594dc3ca4f908d35a5e.tar.gz
forums-de1da3170cf814f3a45c6594dc3ca4f908d35a5e.tar.bz2
forums-de1da3170cf814f3a45c6594dc3ca4f908d35a5e.tar.xz
forums-de1da3170cf814f3a45c6594dc3ca4f908d35a5e.zip
[ticket/12818] Don't use the id for i=
PHPBB3-12818
-rw-r--r--tests/functional/mcp_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/mcp_test.php b/tests/functional/mcp_test.php
index 5cccc5c180..67bb8ea24a 100644
--- a/tests/functional/mcp_test.php
+++ b/tests/functional/mcp_test.php
@@ -68,7 +68,7 @@ class phpbb_functional_mcp_test extends phpbb_functional_test_case
public function test_delete_logs()
{
$this->login();
- $crawler = self::request('GET', "mcp.php?i=149&sid={$this->sid}");
+ $crawler = self::request('GET', "mcp.php?i=mcp_logs&mode=front&sid={$this->sid}");
$this->assertCount(1, $crawler->filter('input[type=checkbox]'));
$this->add_lang('mcp');