From 0cb40e8a39e74b2e5594db453f3c1993c04954f9 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 14 Oct 2009 01:24:24 +0000 Subject: [PATCH] Fixed total import breakage from r53271 --- includes/Import.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Import.php b/includes/Import.php index e82eede976..367361cd12 100644 --- a/includes/Import.php +++ b/includes/Import.php @@ -690,6 +690,7 @@ class WikiImporter { switch( $name ) { case "id": case "title": + case "redirect": case "restrictions": $this->appendfield = $name; $this->appenddata = ""; -- 2.20.1