mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix missing action_forward in integration_search module
This commit is contained in:
parent
f92fc9c980
commit
3bbb175cd1
1 changed files with 11 additions and 0 deletions
|
|
@ -38,6 +38,11 @@ class integration_search extends ModuleObject
|
|||
if(is_dir($template_path)) return true;
|
||||
}
|
||||
}
|
||||
|
||||
if (!$oModuleModel->getActionForward('IS'))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
@ -65,6 +70,12 @@ 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