mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +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');
|
$oModuleModel = getModel('module');
|
||||||
$config = $oModuleModel->getModuleConfig('communication');
|
$config = $oModuleModel->getModuleConfig('communication');
|
||||||
|
if(!$config)
|
||||||
|
{
|
||||||
|
$config = new stdClass();
|
||||||
|
}
|
||||||
|
|
||||||
if(!$config->skin)
|
if(!$config->skin)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue