MovePageForm: Add value attribute to reason field back again
[lhc/web/wiklou.git] / 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(),