]> ToastFreeware Gitweb - toast/cookiecaptcha.git/blobdiff - ConfirmEdit.php
PHP 4 / MW 1.6 compat
[toast/cookiecaptcha.git] / ConfirmEdit.php
index 4798c0fcb2314fddcb3b87d7dfe032589bad0169..ac1cbaf6bb838aed3f4d4bdda55ac9db60096cbd 100644 (file)
@@ -160,7 +160,7 @@ function wfSpecialCaptcha( $par = null ) {
 }
 
 class SimpleCaptcha {
-       function __construct() {
+       function SimpleCaptcha() {
                global $wgCaptchaStorageClass;
                $this->storage = new $wgCaptchaStorageClass;
        }