Fix #1432 incorrect redirect in widget document edit popup

This commit is contained in:
Kijin Sung 2020-10-21 23:57:37 +09:00
parent 3344a20eb5
commit 9752c2ed61
3 changed files with 12 additions and 3 deletions

View file

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