mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix incorrect capitalization of URL class name
This commit is contained in:
parent
9d3b5924e9
commit
b7a975a54d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue