]> source.dussan.org Git - nextcloud-server.git/commit
Fix metadata extraction 33049/head
authorCarl Schwan <carl@carlschwan.eu>
Wed, 22 Jun 2022 15:27:09 +0000 (17:27 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Tue, 28 Jun 2022 13:37:59 +0000 (13:37 +0000)
commitde4f7b5c9c454fe8fe405aea70efbdd5ec486e64
tree1c8f4e8d2c5b17479cdf9c71de84e580aabc281f
parente4cbe7b9a34c5cfe2f268bde3648f16b96cc3d4e
Fix metadata extraction

The metadata extraction only happens when the size is not equal to 0,
but due to a regression in FileInfo the size is always zero.

This fix the regression.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
lib/private/Files/FileInfo.php