XEVE-19-001, XEVE-19-003, XEVE-19-006

xpressengine/xe-core@18ec8078eb
This commit is contained in:
Kijin Sung 2019-05-04 17:36:41 +09:00
parent 880ae97e31
commit 70108f858d
9 changed files with 86 additions and 25 deletions

View file

@ -2393,7 +2393,7 @@ class moduleModel extends module
function getModuleFileBoxPath($module_filebox_srl)
{
return sprintf("./files/attach/filebox/%s",getNumberingPath($module_filebox_srl,3));
return getController('file')->getStoragePath('filebox', 0, $module_filebox_srl);
}
/**