From: umherirrender Date: Sun, 28 Jun 2015 20:00:27 +0000 (+0200) Subject: Ignore tagfilter url parameter on Special:Undelete X-Git-Tag: 1.31.0-rc.0~10824^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=957af6f958c36f0c2aef36259a80d9e59c2df8ef;p=lhc%2Fweb%2Fwiklou.git Ignore tagfilter url parameter on Special:Undelete There is no form element, therefore no need to check for a value. This avoids use of $wgRequest in ChangeTags::modifyDisplayQuery Change-Id: I792e462fb2e9c8bb084cb4dae38a6be739bde25d --- diff --git a/includes/specials/SpecialUndelete.php b/includes/specials/SpecialUndelete.php index 5732ef96c8..d7e75bc668 100644 --- a/includes/specials/SpecialUndelete.php +++ b/includes/specials/SpecialUndelete.php @@ -149,7 +149,8 @@ class PageArchive { $fields, $conds, $join_conds, - $options + $options, + '' ); return $dbr->select( $tables,