From 4f8240bd48e181d933fc9b252c37877fcb5834d7 Mon Sep 17 00:00:00 2001 From: Dileep Ratnayake Date: Tue, 27 Aug 2019 12:19:03 +1200 Subject: [PATCH] Update src/Security/Group.php Co-Authored-By: Andre Kiste --- src/Security/Group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Security/Group.php b/src/Security/Group.php index c0b0dfee7..a2577c479 100755 --- a/src/Security/Group.php +++ b/src/Security/Group.php @@ -117,7 +117,7 @@ class Group extends DataObject { $list = Group::get()->exclude('ID', $this->ID); $groups = new ArrayList(); - foreach($list as $grp){ + foreach ($list as $grp) { $groups->push(['ID' => $grp->ID, 'Title' => html_entity_decode($grp->Breadcrumbs)]); } $fields = new FieldList(