Merge branch 'dev_EventOrganisation' of github.com:FHenry/dolibarr into dev_EventOrganisation

This commit is contained in:
Florian HENRY 2021-03-02 22:32:27 +01:00
commit 88f8642048

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;
}