메뉴위젯 1차 메뉴 새창문제

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5898 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-18 05:31:41 +00:00
parent 76007b56f9
commit ce3a270bc2

View file

@ -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();