Merge "Revert "Avoid checking blacklists in isBlacklisted() for existing titles""

This commit is contained in:
jenkins-bot 2015-09-19 05:40:54 +00:00 committed by Gerrit Code Review
commit 8655c0c1b9

View file

@ -183,13 +183,6 @@ class TitleBlacklist {
return false;
}
}
if ( $title->exists() ) {
// Don't bother loading the filters if the page is already there.
// Blacklisting is only meant to prevent making such titles.
return false;
}
$blacklist = $this->getBlacklist();
$autoconfirmedItem = false;
foreach ( $blacklist as $item ) {