mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Update URL::isInternalURL()
This commit is contained in:
parent
4e4ef2f762
commit
fdf568bbb2
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class URL
|
|||
return true;
|
||||
}
|
||||
|
||||
if ($domain === self::getDomainFromURL(\Context::getDefaultUrl()))
|
||||
if (getModel('module')->getSiteInfoByDomain($domain))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue