r111815 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111814‎ | r111815 | r111816 >
Date:03:14, 18 February 2012
Author:aaron
Status:reverted
Tags:
Comment:
hack to disable AntiSpoof hook breakage
Modified paths:
  • /branches/wmf/1.19wmf1/extensions/CentralAuth/CentralAuth.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/CentralAuth/CentralAuth.php
@@ -269,7 +269,9 @@
270270 // If AntiSpoof is installed, we can do some AntiSpoof stuff for CA
271271 // Though, doing it this way, AntiSpoof has to be loaded/included first
272272 // I guess this is bug 30234
273 -if ( MWInit::classExists( 'AntiSpoof' ) ) {
 273+//
 274+// Disabled due to site breakage (see dberror log), --aaron
 275+if ( 0 && MWInit::classExists( 'AntiSpoof' ) ) {
274276 $wgExtensionCredits['antispam'][] = array(
275277 'path' => __FILE__,
276278 'name' => 'AntiSpoof for CentralAuth',

Follow-up revisions

RevisionCommit summaryAuthorDate
r113107Revert r111815reedy23:32, 5 March 2012

Status & tagging log