mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
add propagate groups in list events
This commit is contained in:
parent
3235215547
commit
f3239b46a3
@ -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