mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
모듈을 찾지 못한 경우 시작 모듈이 설정되어 있지 않다는 오류를 냄으로서 관리시 불편함을 끼치기에 언어 변수 값 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6772 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0ea5f370d8
commit
049ab82277
10 changed files with 21 additions and 12 deletions
|
|
@ -131,7 +131,7 @@
|
|||
// 가상 사이트 모듈이 아닌데 가상 사이트에서 호출되었을 경우
|
||||
} else {
|
||||
$db_info = Context::getDBInfo();
|
||||
if(!$db_info->default_url) return die("기본 URL이 정해지지 않아서 동작을 중지합니다");
|
||||
if(!$db_info->default_url) return Context::getLang('msg_default_url_is_not_defined');
|
||||
else $redirect_url = getNotEncodedSiteUrl($db_info->default_url, 'mid',Context::get('mid'),'document_srl',Context::get('document_srl'),'module_srl',Context::get('module_srl'),'entry',Context::get('entry'));
|
||||
}
|
||||
header("location:".$redirect_url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue