diff --git a/modules/communication/communication.model.php b/modules/communication/communication.model.php index 8d8a57527..b31d5d954 100644 --- a/modules/communication/communication.model.php +++ b/modules/communication/communication.model.php @@ -26,6 +26,10 @@ class communicationModel extends communication { $oModuleModel = getModel('module'); $config = $oModuleModel->getModuleConfig('communication'); + if(!$config) + { + $config = new stdClass(); + } if(!$config->skin) {