mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
wikiXE의 바로가기 기능 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6203 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
43d7e944d1
commit
c03dd84d0c
4 changed files with 10 additions and 17 deletions
|
|
@ -51,10 +51,8 @@
|
|||
Context::set('entry',$entry);
|
||||
$histories = $oDocumentModel->getHistories($document_srl, 10, $page);
|
||||
if(!$histories) $histories = array();
|
||||
Context::set('histories',$histories->data);
|
||||
Context::set('histories',$histories);
|
||||
Context::set('oDocument', $oDocument);
|
||||
Context::set('page_navigation', $histories->page_navigation);
|
||||
Context::set('page', $histories->page);
|
||||
$this->setTemplateFile('histories');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue