Index: branches/wmf/1.19wmf1/extensions/CentralAuth/CentralAuth.php |
— | — | @@ -269,7 +269,9 @@ |
270 | 270 | // If AntiSpoof is installed, we can do some AntiSpoof stuff for CA |
271 | 271 | // Though, doing it this way, AntiSpoof has to be loaded/included first |
272 | 272 | // 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' ) ) { |
274 | 276 | $wgExtensionCredits['antispam'][] = array( |
275 | 277 | 'path' => __FILE__, |
276 | 278 | 'name' => 'AntiSpoof for CentralAuth', |