mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
AddMemberForm: Fix Variable '$userName' is probably undefined
This commit is contained in:
parent
0198054943
commit
c501e3e2e1
@ -147,6 +147,7 @@ class AddMemberForm extends Form
|
|||||||
}
|
}
|
||||||
|
|
||||||
$single = null;
|
$single = null;
|
||||||
|
$userName = null;
|
||||||
foreach ($userNames as $userName) {
|
foreach ($userNames as $userName) {
|
||||||
try {
|
try {
|
||||||
$this->backend->insert(
|
$this->backend->insert(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user