#377 절대경로로 사용자 업로드 이미지가 출력되는 문제 수정

This commit is contained in:
khongchi 2014-01-28 14:35:13 +09:00
parent 5f2e9b5fcb
commit 8880f81463
2 changed files with 2 additions and 2 deletions

View file

@ -782,7 +782,7 @@ class layoutModel extends layout
*/
function getUserLayoutPath($layout_srl)
{
return sprintf("%sfiles/faceOff/%s", _XE_PATH_, getNumberingPath($layout_srl,3));
return sprintf("./files/faceOff/%s", getNumberingPath($layout_srl,3));
}
/**