menu 모듈 오류 수정

This commit is contained in:
SMaker 2014-01-28 11:04:25 +09:00
parent c97b01ea43
commit 20915fd6dc

View file

@ -23,6 +23,7 @@ class menuMobile extends moduleObject
function straightenMenu($menu_item, $depth)
{
if(!$menu_item['link']) return;
$obj = new stdClass;
$obj->href = $menu_item['href'];
$obj->depth = $depth;
$obj->text = $menu_item['text'];