mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
NOISSUE 1.7.4.beta5 발생오류 수
This commit is contained in:
parent
6603f8525c
commit
fd14fa4c5c
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ class moduleModel extends module
|
||||||
if(!$output || !$output->data) { $domain = ''; unset($output); }
|
if(!$output || !$output->data) { $domain = ''; unset($output); }
|
||||||
}
|
}
|
||||||
// If no virtual website was found, get default website
|
// If no virtual website was found, get default website
|
||||||
else
|
if($domain === '')
|
||||||
{
|
{
|
||||||
if($oCacheHandler->isSupport()) $output = $oCacheHandler->get('default_site');
|
if($oCacheHandler->isSupport()) $output = $oCacheHandler->get('default_site');
|
||||||
if(!$output)
|
if(!$output)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue