mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
#377 절대경로로 사용자 업로드 이미지가 출력되는 문제 수정
This commit is contained in:
parent
5f2e9b5fcb
commit
8880f81463
2 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue