Fixing style errors.
This commit is contained in:
parent
e5e3abd685
commit
e28f844d54
@ -255,7 +255,7 @@ class CActionComm
|
|||||||
if ($typecalendar == 'module') {
|
if ($typecalendar == 'module') {
|
||||||
//TODO check if possible to push it between system and systemauto
|
//TODO check if possible to push it between system and systemauto
|
||||||
if (preg_match('/@/', $obj->module)) {
|
if (preg_match('/@/', $obj->module)) {
|
||||||
$module = explode('@',$obj->module)[1];
|
$module = explode('@', $obj->module)[1];
|
||||||
} else {
|
} else {
|
||||||
$module = $obj->module;
|
$module = $obj->module;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user