From: Alexander Ebert Date: Mon, 12 Feb 2018 15:55:54 +0000 (+0100) Subject: Options tab menu has a different identifier X-Git-Tag: 3.0.12_pl_1^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fb0e2e5ed9060361836af2ce9361a62bad2db240;p=GitHub%2FWoltLab%2FWCF.git Options tab menu has a different identifier --- diff --git a/wcfsetup/install/files/lib/acp/page/IndexPage.class.php b/wcfsetup/install/files/lib/acp/page/IndexPage.class.php index 060c84cd8c..7e0a8d5765 100755 --- a/wcfsetup/install/files/lib/acp/page/IndexPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/IndexPage.class.php @@ -71,7 +71,7 @@ class IndexPage extends AbstractPage { [ 'id' => $categorySecurity->categoryID, 'optionName' => 'recaptcha_publickey' - ], '#security.antispam' + ], '#category_security.antispam' ); }