mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix warnings in PHP 8 #2150 @eondcom
This commit is contained in:
parent
13ef40c772
commit
bb495f0259
2 changed files with 4 additions and 5 deletions
|
|
@ -23,7 +23,7 @@ class Message extends ModuleObject
|
|||
$oModuleModel = getModel('module');
|
||||
$config = $oModuleModel->getModuleConfig('message');
|
||||
|
||||
if($config->skin)
|
||||
if(!empty($config->skin))
|
||||
{
|
||||
$config_parse = explode('.', $config->skin);
|
||||
if (count($config_parse) > 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue