mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +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;
|
||||
$userName = null;
|
||||
foreach ($userNames as $userName) {
|
||||
try {
|
||||
$this->backend->insert(
|
||||
|
Loading…
x
Reference in New Issue
Block a user