mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
네비게이터 위젯의 xml 파일 지정 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6472 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2bcc8886d2
commit
51e6084b9c
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
$widget_info->arranged_menu = $arranged_list;
|
||||
|
||||
// men XML 파일
|
||||
$widget_info->xml_file = sprintf('%sfiles/cache/menu/%d.xml.php',getUrl(''), $args->menu_srl);
|
||||
$widget_info->xml_file = sprintf('%sfiles/cache/menu/%d.xml.php',Context::getRequestUri(), $args->menu_srl);
|
||||
$widget_info->menu_srl = $args->menu_srl;
|
||||
|
||||
if($this->selected_node_srl) $widget_info->selected_node_srl = $this->selected_node_srl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue