mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
issue 2362 add module_type column
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11581 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
51bb8d1985
commit
59e2a5b700
1 changed files with 8 additions and 0 deletions
|
|
@ -404,6 +404,14 @@
|
||||||
{
|
{
|
||||||
$menu['module_srl'] = $midInfo->module_srl;
|
$menu['module_srl'] = $midInfo->module_srl;
|
||||||
$menu['module'] = $midInfo->module;
|
$menu['module'] = $midInfo->module;
|
||||||
|
if($midInfo->page_type)
|
||||||
|
{
|
||||||
|
$menu['module_type'] = $midInfo->page_type;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$menu['module_type'] = $midInfo->module;
|
||||||
|
}
|
||||||
$menu['setup_index_act'] = $moduleInfo->setup_index_act;
|
$menu['setup_index_act'] = $moduleInfo->setup_index_act;
|
||||||
}
|
}
|
||||||
if($midInfo->mid == $start_module->mid)
|
if($midInfo->mid == $start_module->mid)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue