mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($domain === self::getDomainFromURL(\Context::getDefaultUrl()))
|
if (getModel('module')->getSiteInfoByDomain($domain))
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue