mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Prepare for downgrade from future version where domain_srl may be duplicate
This commit is contained in:
parent
e423cba24d
commit
d3e390e3fe
2 changed files with 6 additions and 5 deletions
|
|
@ -695,7 +695,7 @@ class adminAdminView extends admin
|
|||
$domain_info = null;
|
||||
if ($domain_srl !== '')
|
||||
{
|
||||
$domain_info = getModel('module')->getSiteInfo($domain_srl);
|
||||
$domain_info = ModuleModel::getSiteInfo($domain_srl);
|
||||
if ($domain_info->domain_srl != $domain_srl)
|
||||
{
|
||||
throw new Rhymix\Framework\Exception('msg_domain_not_found');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue