mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
#18363233 문서의 permanent link를 getFullUrl()로 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6850 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b9d97ea52b
commit
a4a8c5afed
1 changed files with 1 additions and 3 deletions
|
|
@ -378,9 +378,7 @@
|
|||
}
|
||||
|
||||
function getPermanentUrl() {
|
||||
$url = getUrl('','document_srl',$this->get('document_srl'));
|
||||
if(substr($url,0,1)=='/') return substr(Context::getRequestUri(),0,-1).$url;
|
||||
return $url;
|
||||
return getFullUrl('','document_srl',$this->get('document_srl'));
|
||||
}
|
||||
|
||||
function getTrackbackUrl() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue