mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 19:32:15 +09:00
parent
880ae97e31
commit
70108f858d
9 changed files with 86 additions and 25 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue