From: Aaron Schulz Date: Fri, 2 Jan 2009 20:25:46 +0000 (+0000) Subject: (bug 16793) text entered into the log entry should remain when an error is returned X-Git-Tag: 1.31.0-rc.0~43607 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=6935c811cb74c32dea4fe56749af5709db204077;p=lhc%2Fweb%2Fwiklou.git (bug 16793) text entered into the log entry should remain when an error is returned --- diff --git a/includes/specials/SpecialImport.php b/includes/specials/SpecialImport.php index 5e1a653329..d08121496d 100644 --- a/includes/specials/SpecialImport.php +++ b/includes/specials/SpecialImport.php @@ -158,7 +158,7 @@ class SpecialImport extends SpecialPage { Xml::label( wfMsg( 'import-comment' ), 'mw-import-comment' ) . " " . - Xml::input( 'log-comment', 50, '', + Xml::input( 'log-comment', 50, $this->logcomment, array( 'id' => 'mw-import-comment', 'type' => 'text' ) ) . ' ' . "