git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4885 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-11-18 08:13:42 +00:00
parent 2fee4bf3be
commit 66315d2246

View file

@ -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));
}
/**