jenkins-bot has submitted this change and it was merged. Change subject: FancyCaptcha: callbacks can't be arrays ......................................................................
FancyCaptcha: callbacks can't be arrays Bug: T100561 Change-Id: I22353669a85391c3d9760a5253cac1263e895cf9 (cherry picked from commit 86b0aa3d374450c78d2e8ad817c043ffe5c380da) --- M FancyCaptcha/extension.json 1 file changed, 1 insertion(+), 3 deletions(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/FancyCaptcha/extension.json b/FancyCaptcha/extension.json index 11b877b..dba07d9 100644 --- a/FancyCaptcha/extension.json +++ b/FancyCaptcha/extension.json @@ -38,9 +38,7 @@ "localBasePath": "resources", "remoteExtPath": "ConfirmEdit/FancyCaptcha/resources" }, - "callback": [ - "ConfirmEditHooks::onFancyCaptchaSetup" - ], + "callback": "ConfirmEditHooks::onFancyCaptchaSetup", "config": { "CaptchaClass": "FancyCaptcha", "CaptchaFileBackend": "", -- To view, visit https://gerrit.wikimedia.org/r/219414 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I22353669a85391c3d9760a5253cac1263e895cf9 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ConfirmEdit Gerrit-Branch: REL1_25 Gerrit-Owner: Lewis Cawte <le...@lewiscawte.me> Gerrit-Reviewer: Alex Monk <kren...@gmail.com> Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.wel...@t-online.de> Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits