mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-28 00:50:28 +00:00
Switching to properly spelled schema to avoid confusion
Change-Id: I029173d8821394a411b78009c2f63210c0a95df0
This commit is contained in:
parent
5910bfd7ba
commit
deebe10498
|
@ -173,8 +173,8 @@ class SpamBlacklist extends BaseBlacklist {
|
|||
DeferredUpdates::addCallableUpdate( function() use ( $changes, $baseInfo ) {
|
||||
foreach ( $changes as $change ) {
|
||||
EventLogging::logEvent(
|
||||
'ExtenalLinksChange',
|
||||
14148461,
|
||||
'ExternalLinksChange',
|
||||
15573909,
|
||||
$baseInfo + $change
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue