mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Merge branch 'develop' into next
This commit is contained in:
commit
00246165b3
39 changed files with 459 additions and 348 deletions
|
|
@ -280,7 +280,8 @@ class fileModel extends file
|
|||
*/
|
||||
public static function getFileConfig($module_srl = null)
|
||||
{
|
||||
$config = clone ModuleModel::getModuleConfig('file');
|
||||
$config = ModuleModel::getModuleConfig('file');
|
||||
$config = is_object($config) ? clone $config : new stdClass();
|
||||
if($module_srl)
|
||||
{
|
||||
$module_config = ModuleModel::getModulePartConfig('file', $module_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue