mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
stdClass초기화 문제점 개선 by ModuleModel
This commit is contained in:
parent
cb6ae04dfd
commit
ebcd846826
1 changed files with 1 additions and 0 deletions
|
|
@ -967,6 +967,7 @@ class moduleModel extends module
|
|||
$info->action->{$name}->check_csrf = $check_csrf;
|
||||
if($action->attrs->menu_name)
|
||||
{
|
||||
$info->menu->{$action->attrs->menu_name} = new stdClass();
|
||||
if($menu_index == 'true')
|
||||
{
|
||||
$info->menu->{$action->attrs->menu_name}->index = $name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue