From ce3a270bc239ab81d5da69240df2e3939d5283a2 Mon Sep 17 00:00:00 2001 From: ngleader Date: Wed, 18 Mar 2009 05:31:41 +0000 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EB=89=B4=EC=9C=84=EC=A0=AF=201?= =?UTF-8?q?=EC=B0=A8=20=EB=A9=94=EB=89=B4=20=EC=83=88=EC=B0=BD=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C?= 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@5898 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- widgets/navigator/navigator.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/widgets/navigator/navigator.class.php b/widgets/navigator/navigator.class.php index 08e6cd859..372fecfba 100644 --- a/widgets/navigator/navigator.class.php +++ b/widgets/navigator/navigator.class.php @@ -99,6 +99,8 @@ $obj->expand = $val['expand']=='Y'?true:false; $obj->depth = $depth; $obj->selected = $val['selected']; + $obj->open_window = $val['open_window']; + $obj->child_count = 0; $obj->childs = array();