mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-05 11:32:12 +09:00
NOISSUE PHP 버전 호환성 개선
This commit is contained in:
parent
dc41e3c4a3
commit
efa5ec4c0c
6 changed files with 9 additions and 6 deletions
|
|
@ -2230,7 +2230,7 @@ class documentController extends document
|
|||
if(preg_match('/^([0-9,]+)$/',$module_srl)) $module_srl = explode(',',$module_srl);
|
||||
else $module_srl = array($module_srl);
|
||||
|
||||
$document_config = null;
|
||||
$document_config = new stdClass();
|
||||
$document_config->use_history = Context::get('use_history');
|
||||
if(!$document_config->use_history) $document_config->use_history = 'N';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue