From: Krinkle Date: Thu, 2 Feb 2012 20:46:01 +0000 (+0000) Subject: [Special:MovePage] fix Title method usage. Need potential subpages included as well. X-Git-Tag: 1.31.0-rc.0~24955 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=b414824c9c310d8083ba79f04f01555f0d74021a;p=lhc%2Fweb%2Fwiklou.git [Special:MovePage] fix Title method usage. Need potential subpages included as well. * Follows-up r110209 CR --- diff --git a/includes/specials/SpecialMovepage.php b/includes/specials/SpecialMovepage.php index ad45ed8c2b..d1b93e4cf7 100644 --- a/includes/specials/SpecialMovepage.php +++ b/includes/specials/SpecialMovepage.php @@ -267,7 +267,7 @@ class MovePageForm extends UnlistedSpecialPage { array( 'selected' => $newTitle->getNamespace() ), array( 'name' => 'wpNewTitleNs', 'id' => 'wpNewTitleNs' ) ) . - Xml::input( 'wpNewTitleMain', 60, $wgContLang->recodeForEdit( $newTitle->getBaseText() ), array( + Xml::input( 'wpNewTitleMain', 60, $wgContLang->recodeForEdit( $newTitle->getText() ), array( 'type' => 'text', 'id' => 'wpNewTitleMain', 'maxlength' => 255,