mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 19:02:14 +09:00
#18063849 : fixed wrong variable
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6508 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a2bcbd0380
commit
ac3576212e
1 changed files with 4 additions and 1 deletions
|
|
@ -97,7 +97,10 @@
|
|||
}
|
||||
|
||||
$oModuleModel = &getModel('module');
|
||||
$document_config = $oModuleModel->getModulePartConfig('document', $module_srl);
|
||||
if($current_module_srl)
|
||||
{
|
||||
$document_config = $oModuleModel->getModulePartConfig('document', $current_module_srl);
|
||||
}
|
||||
if(!isset($document_config->use_history)) $document_config->use_history = 'N';
|
||||
Context::set('document_config', $document_config);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue