mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Exclude admin actions from redirect based on document_srl
This commit is contained in:
parent
f4f81ba258
commit
ae8a8662b1
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ class ModuleHandler extends Handler
|
||||||
$module_info = null;
|
$module_info = null;
|
||||||
|
|
||||||
// Get module info from document_srl.
|
// Get module info from document_srl.
|
||||||
if($this->document_srl)
|
if($this->document_srl && !preg_match('/Admin/', $this->act))
|
||||||
{
|
{
|
||||||
$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