Fixing style errors.

This commit is contained in:
stickler-ci 2021-03-02 21:31:48 +00:00
parent e5e3abd685
commit e28f844d54

View File

@ -255,7 +255,7 @@ class CActionComm
if ($typecalendar == 'module') {
//TODO check if possible to push it between system and systemauto
if (preg_match('/@/', $obj->module)) {
$module = explode('@',$obj->module)[1];
$module = explode('@', $obj->module)[1];
} else {
$module = $obj->module;
}