mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
DirectoryIterator: Fix Variable '$path' is probably undefined
This commit is contained in:
parent
bdddb88164
commit
d8fe09f368
@ -140,6 +140,7 @@ class DirectoryIterator implements RecursiveIterator
|
||||
|
||||
public function next(): void
|
||||
{
|
||||
$path = null;
|
||||
do {
|
||||
$this->files->next();
|
||||
$skip = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user