From: Glaisher Date: Fri, 25 Sep 2015 11:46:17 +0000 (+0500) Subject: MovePageForm: Add value attribute to reason field back again X-Git-Tag: 1.31.0-rc.0~9839 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=38350234511fdbcea03514798cef4b62aecdcde7 MovePageForm: Add value attribute to reason field back again Bug: T113718 Change-Id: Ie51a301a9d5e2c5865ae19b7c6113eb4bf24c8d4 --- diff --git a/includes/specials/SpecialMovepage.php b/includes/specials/SpecialMovepage.php index 8091f1b0dc..bc961b24e8 100644 --- a/includes/specials/SpecialMovepage.php +++ b/includes/specials/SpecialMovepage.php @@ -342,6 +342,7 @@ class MovePageForm extends UnlistedSpecialPage { 'id' => 'wpReason', 'maxLength' => 200, 'infusable' => true, + 'value' => $this->reason, ) ), array( 'label' => $this->msg( 'movereason' )->text(),