mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +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
|
|
@ -1514,7 +1514,7 @@ class moduleModel 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(
|
||||
'regexp' => array(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue