Fixed acl item
Former-commit-id: 7e5a7d448524a808fc25fa08bfb17b08e65c77cd
This commit is contained in:
parent
a8dfe1acaf
commit
8e4ef972d8
|
@ -340,6 +340,7 @@ final class Container extends Model
|
||||||
// Override the filter if the groups filter is not empty.
|
// Override the filter if the groups filter is not empty.
|
||||||
if (count($groupsFilter) > 0) {
|
if (count($groupsFilter) > 0) {
|
||||||
// Filter group for elements groups.
|
// Filter group for elements groups.
|
||||||
|
$filter = [];
|
||||||
$filter[] = \db_format_array_where_clause_sql(
|
$filter[] = \db_format_array_where_clause_sql(
|
||||||
[
|
[
|
||||||
'id_layout' => $layoutId,
|
'id_layout' => $layoutId,
|
||||||
|
|
Loading…
Reference in New Issue