From fb0e2e5ed9060361836af2ce9361a62bad2db240 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 12 Feb 2018 16:55:54 +0100 Subject: [PATCH] Options tab menu has a different identifier --- wcfsetup/install/files/lib/acp/page/IndexPage.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); } -- 2.20.1