From 6935c811cb74c32dea4fe56749af5709db204077 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 2 Jan 2009 20:25:46 +0000 Subject: [PATCH] (bug 16793) text entered into the log entry should remain when an error is returned --- includes/specials/SpecialImport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) ) . ' ' . " -- 2.20.1