mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Accommodate standalone=auto setting in other relevant places
This commit is contained in:
parent
741a714abd
commit
4a34b3dfa8
3 changed files with 25 additions and 10 deletions
|
|
@ -1275,7 +1275,7 @@ class moduleController extends module
|
|||
$forwardable_routes = array();
|
||||
foreach ($module_action_info->action ?: [] as $action_name => $action_info)
|
||||
{
|
||||
if (count($action_info->route) && $action_info->standalone !== 'false')
|
||||
if (count($action_info->route) && $action_info->standalone === 'true')
|
||||
{
|
||||
$forwardable_routes[$action_name] = array(
|
||||
'type' => $module_action_info->action->{$action_name}->type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue