mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix RVE-2022-4 missing check for document module
This commit is contained in:
parent
a0f895a02f
commit
fa64ad3600
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue