mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix the default object error
This commit is contained in:
parent
b6af4d8cbb
commit
f931185ee0
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ class communicationModel extends communication
|
|||
{
|
||||
$oModuleModel = getModel('module');
|
||||
$config = $oModuleModel->getModuleConfig('communication');
|
||||
if(!$config)
|
||||
{
|
||||
$config = new stdClass();
|
||||
}
|
||||
|
||||
if(!$config->skin)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue