mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
after join, redirect_url modify by module selector
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12487 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c5d81668c2
commit
c82e654111
5 changed files with 29 additions and 5 deletions
|
|
@ -535,7 +535,14 @@ class moduleAdminModel extends module
|
|||
*/
|
||||
function getModuleAdminModuleInfo()
|
||||
{
|
||||
$module_srl = Context::get('module_srl');
|
||||
if(Context::get('search_module_srl'))
|
||||
{
|
||||
$module_srl = Context::get('search_module_srl');
|
||||
}
|
||||
else
|
||||
{
|
||||
$module_srl = Context::get('module_srl');
|
||||
}
|
||||
|
||||
$model = getModel('module');
|
||||
$module_info = $model->getModuleInfoByModuleSrl($module_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue