mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4885 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2fee4bf3be
commit
66315d2246
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
* @brief 다운로드 경로를 구함
|
||||
**/
|
||||
function getDownloadUrl($file_srl, $sid) {
|
||||
return getUrl('','module','file','act','procFileDownload','file_srl',$file_srl,'sid',$sid);
|
||||
return preg_replace('/^'.preg_quote(getUrl(),'/').'/','',getUrl('','module','file','act','procFileDownload','file_srl',$file_srl,'sid',$sid));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue