mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
NOISSUE PHP 버전 호환성 개선
This commit is contained in:
parent
0774d71e69
commit
2e419e2f39
4 changed files with 22 additions and 18 deletions
|
|
@ -133,7 +133,7 @@ class moduleModel extends module
|
|||
if(!$output || !$output->data) { $domain = ''; unset($output); }
|
||||
}
|
||||
// If no virtual website was found, get default website
|
||||
if($domain === '')
|
||||
else
|
||||
{
|
||||
if($oCacheHandler->isSupport()) $output = $oCacheHandler->get('default_site');
|
||||
if(!$output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue