CreateMembershipForm: Fix `Variable '$groupName' is probably undefined`
This commit is contained in:
parent
e0f02c1d62
commit
0198054943
|
@ -113,6 +113,7 @@ class CreateMembershipForm extends Form
|
|||
}
|
||||
|
||||
$single = null;
|
||||
$groupName = null;
|
||||
foreach ($this->getValue('groups') as $backendAndGroup) {
|
||||
list($backendName, $groupName) = explode(';', $backendAndGroup, 2);
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue