Merge branch 'security/document-module-check' into develop

This commit is contained in:
Kijin Sung 2022-08-16 08:55:44 +09:00
commit 83e4b763ce
8 changed files with 168 additions and 54 deletions

View file

@ -176,7 +176,7 @@ class ModuleHandler extends Handler
}
// Get module info from document_srl.
if($this->document_srl && !$this->module)
if($this->document_srl)
{
$module_info = $this->_checkDocumentSrl();
if ($module_info === false)