mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#226 standalone 기본 속성 값을 true로 변경. (blacklist)
This commit is contained in:
parent
4ff445aecb
commit
5cfc8c7c4c
1 changed files with 1 additions and 1 deletions
|
|
@ -895,7 +895,7 @@ class moduleModel extends module
|
|||
|
||||
$type = $action->attrs->type;
|
||||
$grant = $action->attrs->grant?$action->attrs->grant:'guest';
|
||||
$standalone = $action->attrs->standalone=='true'?'true':'false';
|
||||
$standalone = $action->attrs->standalone=='false'?'false':'true';
|
||||
$ruleset = $action->attrs->ruleset?$action->attrs->ruleset:'';
|
||||
$method = $action->attrs->method?$action->attrs->method:'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue