mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
UI refactoring module point config
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11972 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f670fb3921
commit
375d72e007
3 changed files with 60 additions and 48 deletions
|
|
@ -31,11 +31,11 @@
|
|||
}
|
||||
// Get the configuration information
|
||||
$oModuleModel = &getModel('module');
|
||||
$config = $oModuleModel->getModuleConfig('point');
|
||||
|
||||
if($current_module_srl) {
|
||||
$module_config = $oModuleModel->getModulePartConfig('point', $current_module_srl);
|
||||
if(!$module_config) {
|
||||
$config = $oModuleModel->getModuleConfig('point');
|
||||
$module_config['insert_document'] = $config->insert_document;
|
||||
$module_config['insert_comment'] = $config->insert_comment;
|
||||
$module_config['upload_file'] = $config->upload_file;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue