mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user