Update URL::isInternalURL()

This commit is contained in:
Kijin Sung 2017-02-20 21:53:00 +09:00
parent 4e4ef2f762
commit fdf568bbb2

View file

@ -98,7 +98,7 @@ class URL
return true;
}
if ($domain === self::getDomainFromURL(\Context::getDefaultUrl()))
if (getModel('module')->getSiteInfoByDomain($domain))
{
return true;
}