mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Fix #1432 incorrect redirect in widget document edit popup
This commit is contained in:
parent
3344a20eb5
commit
9752c2ed61
3 changed files with 12 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue