mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Nuke
synced 2024-11-24 00:05:33 +00:00
Merge "Cleanup code comment on Special:Nuke"
This commit is contained in:
commit
77f19d09dd
|
@ -422,8 +422,6 @@ class SpecialNuke extends SpecialPage {
|
|||
}
|
||||
}
|
||||
|
||||
// $pattern is a SQL pattern supporting wildcards, so buildLike() will not work.
|
||||
// Wildcards are escaped using '\', so LikeValue/LikeMatch will not work either.
|
||||
if ( !$addedWhere ) {
|
||||
$queryBuilder->andWhere(
|
||||
$dbr->expr(
|
||||
|
|
Loading…
Reference in a new issue