Switching to properly spelled schema to avoid confusion

Change-Id: I029173d8821394a411b78009c2f63210c0a95df0
This commit is contained in:
Kaldari 2016-05-02 09:50:59 -06:00
parent 5910bfd7ba
commit deebe10498

View file

@ -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
);
}