mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +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;
|
$single = null;
|
||||||
|
$groupName = null;
|
||||||
foreach ($this->getValue('groups') as $backendAndGroup) {
|
foreach ($this->getValue('groups') as $backendAndGroup) {
|
||||||
list($backendName, $groupName) = explode(';', $backendAndGroup, 2);
|
list($backendName, $groupName) = explode(';', $backendAndGroup, 2);
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user