r48047 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48046‎ | r48047 | r48048 >
Date:05:12, 5 March 2009
Author:werdna
Status:deferred
Tags:
Comment:
Fix silly fatal
Modified paths:
  • /trunk/extensions/HoneypotIntegration/HoneypotIntegration.php (modified) (history)

Diff [purge]

Index: trunk/extensions/HoneypotIntegration/HoneypotIntegration.php
@@ -23,7 +23,7 @@
2424 'descriptionmsg' => 'honeypot-desc',
2525 );
2626
27 -$wgExtensionMessagesFiles['HoneypotIntegration'] = "$dir/Honeypot.i18n.php";
 27+$wgExtensionMessagesFiles['HoneypotIntegration'] = "$dir/HoneypotIntegration.i18n.php";
2828 $wgAutoloadClasses[ 'HoneypotIntegration' ] = "$dir/HoneypotIntegration.class.php";
2929
3030 $wgHooks['AbuseFilter-filterAction'][] = 'HoneypotIntegration::onAbuseFilterFilterAction';

Status & tagging log