Merge branch '1834-Filtrado_de_eventos_erroneo' into 'develop'
add propagate groups in list events See merge request artica/pandorafms!1267
This commit is contained in:
commit
08623ac5f3
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue