Fix fatal in r108694.

This commit is contained in:
Siebrand Mazeland 2012-01-12 08:56:10 +00:00
parent e838dbca50
commit d92dcf2db5
Notes: Siebrand Mazeland 2012-01-12 08:56:10 +00:00

View file

@ -21,7 +21,7 @@ $dir = dirname( __FILE__ );
$wgExtensionMessagesFiles['ReCaptcha'] = $dir . '/ReCaptcha.i18n.php';
$wgAutoloadClasses['ReCaptcha']= $dir . '/Captcha.php';
$wgAutoloadClasses['ReCaptcha']= $dir . '/ReCaptcha.class.php';
require_once( 'recaptchalib.php' );