Lewis Cawte has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/219414

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ConfirmEdit 
refs/changes/14/219414/1

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: newchange
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: Florianschmidtwelzow <florian.schmidt.wel...@t-online.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to