Merge branch 'dev_EventOrganisation' of github.com:FHenry/dolibarr into dev_EventOrganisation
This commit is contained in:
commit
88f8642048
@ -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