mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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) {
|
if ($propagate) {
|
||||||
$childrens_ids = array($id_group);
|
$childrens_ids = array($id_group);
|
||||||
|
|
||||||
$childrens = groups_get_childrens($id_group);
|
$childrens = groups_get_childrens($id_group, null, true);
|
||||||
|
|
||||||
if (!empty($childrens)) {
|
if (!empty($childrens)) {
|
||||||
foreach ($childrens as $child) {
|
foreach ($childrens as $child) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user