mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-09 21:42:10 +09:00
Miscellaneous fixes
This commit is contained in:
parent
9cea950922
commit
eec75ba372
5 changed files with 25 additions and 8 deletions
|
|
@ -1007,6 +1007,10 @@ class adminAdminController extends admin
|
|||
{
|
||||
return new Object(-1, 'msg_invalid_index_document_srl');
|
||||
}
|
||||
if (intval($oDocument->get('module_srl')) !== intval($vars->index_module_srl))
|
||||
{
|
||||
return new Object(-1, 'msg_invalid_index_document_srl_module_srl');
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue