mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
#115. ë¸ë¡ê·¸ 모ëìì í¼ë¨¸ëí¸ë§í¬ ì ìì í´ë¹ ê¸ë§ ë³´ì¬ì£¼ëë¡ ìì .
기본 ë¸ë¡ê·¸ ë ì´ììì ê¸ ì 목ì ë§í¬ ë¶ì¬. git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2404 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a290ac4800
commit
29dfac2663
5 changed files with 11 additions and 8 deletions
|
|
@ -92,6 +92,7 @@
|
|||
unset($document_srl);
|
||||
Context::set('document_srl','',true);
|
||||
} else {
|
||||
|
||||
// 브라우저 타이틀 설정
|
||||
Context::setBrowserTitle($oDocument->getTitleText());
|
||||
|
||||
|
|
@ -100,6 +101,12 @@
|
|||
|
||||
// 조회수 증가
|
||||
$oDocument->updateReadedCount();
|
||||
|
||||
// 목록수를 1개로 수정 (글이 선택되었을 때만)
|
||||
$this->list_count = 1;
|
||||
|
||||
// 페이지 변수를 제거하여 직접 구하도록 변경
|
||||
unset($page);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue