minor fix

This commit is contained in:
fbsanchez 2019-06-19 17:08:18 +02:00
parent 44d8b977cb
commit 6b944ead97
1 changed files with 0 additions and 1 deletions

View File

@ -331,7 +331,6 @@ function groups_get_children($parent, $ignorePropagate=false)
$return += groups_get_children( $return += groups_get_children(
$g['id_grupo'], $g['id_grupo'],
$ignorePropagate $ignorePropagate
)
); );
} }
} }