Special:PrefixIndex omits stripprefix=1 for "Next page" link
authorse4598 <se4598@gmx.de>
Wed, 29 Jan 2014 12:21:45 +0000 (13:21 +0100)
committerAntoine Musso <hashar@free.fr>
Wed, 29 Jan 2014 21:14:33 +0000 (22:14 +0100)
Bug: 60543
Change-Id: I05c26db132d0f7edadb82a798fdba37277a3eddb

RELEASE-NOTES-1.23
includes/specials/SpecialPrefixindex.php

index 10caf6f..f3d1a35 100644 (file)
@@ -114,6 +114,7 @@ production.
   compiled without support for MySQL yet with support for another DBMS.
 * (bug 56199) Raw option of parser functions must now match complete word,
   to take effect.
+* (bug 60543) Special:PrefixIndex forgot stripprefix=1 for "Next page" link
 
 === Web API changes in 1.23 ===
 * (bug 54884) action=parse&prop=categories now indicates hidden and missing
index c6307f0..4548b63 100644 (file)
@@ -264,6 +264,7 @@ class SpecialPrefixindex extends SpecialAllpages {
                                        'from' => $s->page_title,
                                        'prefix' => $prefix,
                                        'hideredirects' => $this->hideRedirects,
+                                       'stripprefix' => $this->stripPrefix,
                                );
 
                                if ( $namespace || $prefix == '' ) {