mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix favicon for new domain and error message for nonexistent domain
This commit is contained in:
parent
e7c5d884e8
commit
01bb364e10
2 changed files with 8 additions and 5 deletions
|
|
@ -948,7 +948,7 @@ class adminAdminController extends admin
|
|||
$domain_info = getModel('module')->getSiteInfo($domain_srl);
|
||||
if ($domain_info->domain_srl != $domain_srl)
|
||||
{
|
||||
$domain_info = null;
|
||||
return new Object(-1, 'msg_domain_not_found');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue