]> ToastFreeware Gitweb - toast/cookiecaptcha.git/blobdiff - ConfirmEdit.php
Polish off all special-page-by-global-function instances in extensions. The preferre...
[toast/cookiecaptcha.git] / ConfirmEdit.php
index b2b4e8c5265f7f2495dfd99e4fb89ad8a113de0a..446ed6b0b188331d5444ed40f7e076d279284bc7 100644 (file)
@@ -179,7 +179,7 @@ $wgCaptchaWhitelist = false;
 $wgCaptchaRegexes = array();
 
 /** Register special page */
-$wgSpecialPages['Captcha'] = array( /*class*/'CaptchaSpecialPage', /*name*/'Captcha' );
+$wgSpecialPages['Captcha'] = 'CaptchaSpecialPage';
 
 $wgConfirmEditIP = dirname( __FILE__ );
 $wgExtensionMessagesFiles['ConfirmEdit'] = "$wgConfirmEditIP/ConfirmEdit.i18n.php";