mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#18206713 : redirect to virtual site if default module is set as one of virtual site
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6726 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
73a10dd8dd
commit
3a396b6f16
1 changed files with 4 additions and 1 deletions
|
|
@ -111,7 +111,10 @@
|
|||
}
|
||||
|
||||
// 역시 모듈을 못 찾았고 $module이 없다면 기본 모듈을 찾아봄
|
||||
if(!$module_info && !$this->module) $module_info = $site_module_info;
|
||||
if(!$module_info && !$this->module) {
|
||||
$module_info = clone($site_module_info);
|
||||
$module_info->site_srl = $module_info->module_site_srl;
|
||||
}
|
||||
|
||||
// 모듈정보와 사이트 모듈정보가 다르면(다른 사이트이면) 페이지 리다이렉트
|
||||
if($module_info && $module_info->site_srl != $site_module_info->site_srl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue