Ignore tagfilter url parameter on Special:Undelete
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 28 Jun 2015 20:00:27 +0000 (22:00 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Sun, 5 Jul 2015 17:54:01 +0000 (17:54 +0000)
There is no form element, therefore no need to check for a value.
This avoids use of $wgRequest in ChangeTags::modifyDisplayQuery

Change-Id: I792e462fb2e9c8bb084cb4dae38a6be739bde25d

includes/specials/SpecialUndelete.php

index 5732ef9..d7e75bc 100644 (file)
@@ -149,7 +149,8 @@ class PageArchive {
                        $fields,
                        $conds,
                        $join_conds,
-                       $options
+                       $options,
+                       ''
                );
 
                return $dbr->select( $tables,