mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-24 15:13:44 +00:00
Add default to SpamBlacklist for backward compatibility
This commit is contained in:
parent
c6d21eacc6
commit
c46d18a7b3
Notes:
John Du Hart
2012-02-21 23:48:52 +00:00
|
@ -23,7 +23,9 @@ $wgExtensionMessagesFiles['SpamBlackList'] = $dir . 'SpamBlacklist.i18n.php';
|
|||
*/
|
||||
$wgBlacklistSettings = array(
|
||||
'spam' => array(
|
||||
'files' => array(),
|
||||
'files' => array(
|
||||
'http://meta.wikimedia.org/w/index.php?title=Spam_blacklist&action=raw&sb_ver=1'
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue