LegacyStorage: add missing fclose

This commit is contained in:
Thomas Gelf 2015-11-23 00:42:22 +01:00
parent 91fca69566
commit 3efd53b97a

View file

@ -159,6 +159,8 @@ class LegacyStorage extends Storage
}
}
}
fclose($fh);
return $header;
}