https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113107

Revision: 113107
Author:   reedy
Date:     2012-03-05 23:32:26 +0000 (Mon, 05 Mar 2012)
Log Message:
-----------
Revert r111815

Modified Paths:
--------------
    branches/wmf/1.19wmf1/extensions/CentralAuth/CentralAuth.php

Modified: branches/wmf/1.19wmf1/extensions/CentralAuth/CentralAuth.php
===================================================================
--- branches/wmf/1.19wmf1/extensions/CentralAuth/CentralAuth.php        
2012-03-05 23:23:05 UTC (rev 113106)
+++ branches/wmf/1.19wmf1/extensions/CentralAuth/CentralAuth.php        
2012-03-05 23:32:26 UTC (rev 113107)
@@ -269,9 +269,7 @@
 // If AntiSpoof is installed, we can do some AntiSpoof stuff for CA
 // Though, doing it this way, AntiSpoof has to be loaded/included first
 // I guess this is bug 30234
-//
-// Disabled due to site breakage (see dberror log), --aaron
-if ( 0 && MWInit::classExists( 'AntiSpoof' ) ) {
+if ( MWInit::classExists( 'AntiSpoof' ) ) {
        $wgExtensionCredits['antispam'][] = array(
                'path' => __FILE__,
                'name' => 'AntiSpoof for CentralAuth',


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to