mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Support global routes
This commit is contained in:
parent
7e47c1cb8a
commit
c8a6b8de79
8 changed files with 94 additions and 41 deletions
|
|
@ -39,10 +39,6 @@ class integration_search extends ModuleObject
|
|||
}
|
||||
}
|
||||
|
||||
if (!$oModuleModel->getActionForward('IS'))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
@ -70,12 +66,6 @@ class integration_search extends ModuleObject
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!$oModuleModel->getActionForward('IS'))
|
||||
{
|
||||
$oModuleController = getController('module');
|
||||
$oModuleController->insertActionForward('integration_search', 'view', 'IS');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue