mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
issue 1763, fixed a bug that trackback is not work.
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11311 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3f6fc389a7
commit
1f211be064
1 changed files with 1 additions and 1 deletions
|
|
@ -509,7 +509,7 @@
|
|||
if(!$this->document_srl) return;
|
||||
// Generate a key to prevent spams
|
||||
$oTrackbackModel = &getModel('trackback');
|
||||
return $oTrackbackModel->getTrackbackUrl($this->document_srl);
|
||||
return $oTrackbackModel->getTrackbackUrl($this->document_srl, $this->getDocumentMid());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue