Florianschmidtwelzow has uploaded a new change for review.

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

Change subject: Fix mime type of ReCaptchaNoCaptcha
......................................................................

Fix mime type of ReCaptchaNoCaptcha

Follow up: I0da671a546700110d789b79a3089460abd9cce3b

Change-Id: I391cc8a80bc228cd0ce55331aea2c4329a97704c
---
M ReCaptchaNoCaptcha/ReCaptchaNoCaptcha.class.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/ReCaptchaNoCaptcha/ReCaptchaNoCaptcha.class.php 
b/ReCaptchaNoCaptcha/ReCaptchaNoCaptcha.class.php
index 2d8efcb..6c94795 100644
--- a/ReCaptchaNoCaptcha/ReCaptchaNoCaptcha.class.php
+++ b/ReCaptchaNoCaptcha/ReCaptchaNoCaptcha.class.php
@@ -132,7 +132,7 @@
                global $wgReCaptchaSiteKey;
                return [
                        'type' => 'recaptchanocaptcha',
-                       'mime' => 'mage/png',
+                       'mime' => 'image/png',
                        'key' => $wgReCaptchaSiteKey,
                ];
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/305862
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I391cc8a80bc228cd0ce55331aea2c4329a97704c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ConfirmEdit
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to