mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 09:52:17 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@130 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
969c831a18
commit
2525fe0838
19 changed files with 29 additions and 39 deletions
|
|
@ -64,8 +64,8 @@
|
|||
|
||||
// 트랙백 가져오기
|
||||
if($document->trackback_count && $document->allow_trackback == 'Y') {
|
||||
$oTrackback = &getModule('trackback');
|
||||
$document->trackback_list = $oTrackback->getTrackbackList($document_srl);
|
||||
$oTrackbackModel = &getModel('trackback');
|
||||
$document->trackback_list = $oTrackbackModel->getTrackbackList($document_srl);
|
||||
}
|
||||
|
||||
// 첨부파일 가져오기
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue