Change extension group 'other' for some of our antispam extensions into the new 'antispam' extension groups. Pre trunk wiki will just keep displaying them in 'other' anyways till release.

This commit is contained in:
Daniel Friesen 2010-12-19 01:59:11 +00:00
parent 56ee985a78
commit b1bbadbab4

View file

@ -7,7 +7,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
exit;
}
$wgExtensionCredits['other'][] = array(
$wgExtensionCredits['antispam'][] = array(
'path' => __FILE__,
'name' => 'SpamBlacklist',
'author' => 'Tim Starling',