From 400bdef3c73ad1d4a05af9e3af82350d4ccdd719 Mon Sep 17 00:00:00 2001 From: khongchi Date: Wed, 25 Nov 2009 04:04:52 +0000 Subject: [PATCH] =?UTF-8?q?#18457969=20TTXML=20=EC=9D=B4=EC=A0=84=EC=8B=9C?= =?UTF-8?q?=20=EC=A4=91=EC=B2=A9=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=EB=AA=BB=ED=95=A8=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6970 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/importer/ttimport.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/importer/ttimport.class.php b/modules/importer/ttimport.class.php index 2431f93ee..05f4dd40c 100644 --- a/modules/importer/ttimport.class.php +++ b/modules/importer/ttimport.class.php @@ -552,7 +552,7 @@ $obj->sequence = $idx; $obj->parent = $parent; - $category[$priority] = $obj; + $category[$idx] = $obj; $this->arrangeCategory($val, $category, $idx, $idx); }