MovePageForm: Add value attribute to reason field back again
authorGlaisher <glaisher.wiki@gmail.com>
Fri, 25 Sep 2015 11:46:17 +0000 (16:46 +0500)
committerGlaisher <glaisher.wiki@gmail.com>
Fri, 25 Sep 2015 11:46:17 +0000 (16:46 +0500)
Bug: T113718
Change-Id: Ie51a301a9d5e2c5865ae19b7c6113eb4bf24c8d4

includes/specials/SpecialMovepage.php

index 8091f1b..bc961b2 100644 (file)
@@ -342,6 +342,7 @@ class MovePageForm extends UnlistedSpecialPage {
                                'id' => 'wpReason',
                                'maxLength' => 200,
                                'infusable' => true,
+                               'value' => $this->reason,
                        ) ),
                        array(
                                'label' => $this->msg( 'movereason' )->text(),