mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
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:
parent
ae05cc640e
commit
7699da5229
|
@ -14,7 +14,7 @@
|
|||
]
|
||||
},
|
||||
"AutoloadNamespaces": {
|
||||
"MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\": "includes/ReCaptchaNoCaptcha.php"
|
||||
"MediaWiki\\Extension\\ConfirmEdit\\ReCaptchaNoCaptcha\\": "includes/"
|
||||
},
|
||||
"config": {
|
||||
"CaptchaClass": {
|
||||
|
|
Loading…
Reference in a new issue