add propagate groups in list events

This commit is contained in:
daniel 2018-01-31 12:39:25 +01:00
parent 3235215547
commit f3239b46a3
1 changed files with 1 additions and 1 deletions
pandora_console/operation/events

View File

@ -28,7 +28,7 @@ if ($id_group > 0) {
if ($propagate) {
$childrens_ids = array($id_group);
$childrens = groups_get_childrens($id_group);
$childrens = groups_get_childrens($id_group, null, true);
if (!empty($childrens)) {
foreach ($childrens as $child) {