From 7699da5229572bedc0d9ed841b0b199dbcd47661 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 8 Jan 2023 15:54:44 +0100 Subject: [PATCH] Fix Autoload definition for ReCaptchaNoCaptcha In I2933639f9cb50db2101c4765ce9d8f9069d253b8 namespaces were introduced, however the AutoloadNamespaces config for ReCaptchaNoCaptcha used the syntax for AutolaodClasses (like the other captcha modules do), instead of the one needed for namespaces to work. Bug: T326501 Change-Id: Ie973cd200f9641aa9bc4eaac4709de4e9654887a --- ReCaptchaNoCaptcha/extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReCaptchaNoCaptcha/extension.json b/ReCaptchaNoCaptcha/extension.json index 782fc4628..a63597057 100644 --- a/ReCaptchaNoCaptcha/extension.json +++ b/ReCaptchaNoCaptcha/extension.json @@ -14,7 +14,7 @@ ] }, "AutoloadNamespaces": { - "MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\": "includes/ReCaptchaNoCaptcha.php" + "MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\": "includes/" }, "config": { "CaptchaClass": {