#18457969 TTXML 이전시 중첩카테고리 처리못함 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6970 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
khongchi 2009-11-25 04:04:52 +00:00
parent 038ee6c4f2
commit 400bdef3c7

View file

@ -552,7 +552,7 @@
$obj->sequence = $idx;
$obj->parent = $parent;
$category[$priority] = $obj;
$category[$idx] = $obj;
$this->arrangeCategory($val, $category, $idx, $idx);
}