mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
fixed typo
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7544 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
65865fdaba
commit
fe7754a608
1 changed files with 1 additions and 1 deletions
|
|
@ -1621,7 +1621,7 @@
|
|||
|
||||
$document_config = null;
|
||||
$document_config->use_history = Context::get('use_history');
|
||||
if(!$document_config->use_history) $document_config->user_history = 'N';
|
||||
if(!$document_config->use_history) $document_config->use_history = 'N';
|
||||
|
||||
$oModuleController = &getController('module');
|
||||
for($i=0;$i<count($module_srl);$i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue