]> ToastFreeware Gitweb - toast/cookiecaptcha.git/blobdiff - FancyCaptcha.class.php
* rebuild all extension messages localisation files supported by Translate (part...
[toast/cookiecaptcha.git] / FancyCaptcha.class.php
index b560e712e0685422dc856c3a4dbebd56c43a170b..cf723d76315704bd67b4c4bbe1ab153059ace8ac 100644 (file)
@@ -33,6 +33,7 @@ class FancyCaptcha extends SimpleCaptcha {
                $index = $this->storeCaptcha( $info );
                $title = Title::makeTitle( NS_SPECIAL, 'Captcha/image' );
                $resultArr['captcha']['type'] = 'image';
+               $resultArr['captcha']['mime'] = 'image/png';
                $resultArr['captcha']['id'] = $index;
                $resultArr['captcha']['url'] = $title->getLocalUrl( 'wpCaptchaId=' . urlencode( $index ) );             
        }