Fix incorrect capitalization of URL class name

This commit is contained in:
Kijin Sung 2022-12-26 01:01:36 +09:00
parent 9d3b5924e9
commit b7a975a54d

View file

@ -21,7 +21,7 @@ class module extends ModuleObject
// Insert new domain
if(!getModel('module')->getDefaultDomainInfo())
{
$current_url = Rhymix\Framework\Url::getCurrentUrl();
$current_url = Rhymix\Framework\URL::getCurrentUrl();
$current_port = intval(parse_url($current_url, PHP_URL_PORT)) ?: null;
$domain = new stdClass();
$domain->domain_srl = 0;