mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-06-09 00:32:04 -04:00
LegacyStorage: add missing fclose
This commit is contained in:
parent
91fca69566
commit
3efd53b97a
1 changed files with 2 additions and 0 deletions
|
|
@ -159,6 +159,8 @@ class LegacyStorage extends Storage
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
fclose($fh);
|
||||
return $header;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue