mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
Change method calls to static in point module
This commit is contained in:
parent
c90d529c74
commit
f6d4de8e70
3 changed files with 36 additions and 46 deletions
|
|
@ -33,12 +33,11 @@ class pointView extends point
|
|||
if(!$current_module_srl) return;
|
||||
}
|
||||
// Get the configuration information
|
||||
$oModuleModel = getModel('module');
|
||||
$config = $oModuleModel->getModuleConfig('point');
|
||||
$config = ModuleModel::getModuleConfig('point');
|
||||
|
||||
if($current_module_srl)
|
||||
{
|
||||
$module_config = $oModuleModel->getModulePartConfig('point', $current_module_srl);
|
||||
$module_config = ModuleModel::getModulePartConfig('point', $current_module_srl);
|
||||
if(!$module_config)
|
||||
{
|
||||
$module_config['insert_document'] = $config->insert_document;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue