mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix #1175 incorrect path prefix in module filebox
This commit is contained in:
parent
bf5f53024e
commit
2199f0d270
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue