Fix #1175 incorrect path prefix in module filebox

This commit is contained in:
Kijin Sung 2019-05-24 18:36:38 +09:00
parent bf5f53024e
commit 2199f0d270

View file

@ -2393,7 +2393,7 @@ class moduleModel extends module
function getModuleFileBoxPath($module_filebox_srl)
{
return getController('file')->getStoragePath('filebox', 0, $module_filebox_srl);
return getController('file')->getStoragePath('filebox', 0, $module_filebox_srl, 0, '', false);
}
/**