mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 10:52:14 +09:00
모듈 cache가 없을 때 act의 standalone 속성을 잘못 전달하는 문제 수정
This commit is contained in:
parent
a4f9897423
commit
6c796dc7fc
1 changed files with 1 additions and 1 deletions
|
|
@ -944,7 +944,7 @@ class moduleModel extends module
|
|||
$info->action->{$name} = new stdClass();
|
||||
$info->action->{$name}->type = $type;
|
||||
$info->action->{$name}->grant = $grant;
|
||||
$info->action->{$name}->standalone = ($standalone == 'true') ? TRUE : FALSE;
|
||||
$info->action->{$name}->standalone = $standalone;
|
||||
$info->action->{$name}->ruleset = $ruleset;
|
||||
$info->action->{$name}->method = $method;
|
||||
if($action->attrs->menu_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue