mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Merge branch 'develop' into pr/new-config-format
Conflicts: common/legacy.php
This commit is contained in:
commit
e55504e1f4
7 changed files with 14 additions and 20 deletions
|
|
@ -966,6 +966,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