From 2dacb1961bef95358ddbc2c5d73e6e861aed2b13 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Wed, 25 Mar 2009 20:14:22 +0000 Subject: [PATCH] Use "prefix" rather than "from" for the textbox'y name so that it *really* only show subpages --- includes/specials/SpecialPrefixindex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialPrefixindex.php b/includes/specials/SpecialPrefixindex.php index 680fe34360..55e39cf1d0 100644 --- a/includes/specials/SpecialPrefixindex.php +++ b/includes/specials/SpecialPrefixindex.php @@ -63,7 +63,7 @@ class SpecialPrefixindex extends SpecialAllpages { Xml::label( wfMsg( 'allpagesprefix' ), 'nsfrom' ) . " " . - Xml::input( 'from', 30, str_replace('_',' ',$from), array( 'id' => 'nsfrom' ) ) . + Xml::input( 'prefix', 30, str_replace('_',' ',$from), array( 'id' => 'nsfrom' ) ) . " -- 2.20.1