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
This commit is contained in:
Florian 2023-01-08 15:54:44 +01:00
parent ae05cc640e
commit 7699da5229

View file

@ -14,7 +14,7 @@
]
},
"AutoloadNamespaces": {
"MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\": "includes/ReCaptchaNoCaptcha.php"
"MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\": "includes/"
},
"config": {
"CaptchaClass": {