smartphone 애드온에서 문서번호로 링크될경우 내용이 안 나오는 문제 수정 및 플래닛 스마트 모듈에서 내용 출력부분 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6306 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-08 02:40:54 +00:00
parent c1dee8afa0
commit d524c052d4
4 changed files with 11 additions and 10 deletions

View file

@ -86,7 +86,7 @@
return;
}
if($_GET['mid']) {
if($_GET['mid'] || $_GET['document_srl']) {
if($this->haveSmartphoneModule($this->module_info->module)) {
$oSmartPhoneModule =& getModule($this->module_info->module, 'smartphone');
$vars = get_object_vars($this->oModule);