mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +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.
|
// Get module info from document_srl.
|
||||||
if($this->document_srl && !$this->module)
|
if($this->document_srl)
|
||||||
{
|
{
|
||||||
$module_info = $this->_checkDocumentSrl();
|
$module_info = $this->_checkDocumentSrl();
|
||||||
if ($module_info === false)
|
if ($module_info === false)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue