]> source.dussan.org Git - nextcloud-server.git/commit
Fix metadata extraction 32982/head
authorCarl Schwan <carl@carlschwan.eu>
Wed, 22 Jun 2022 15:27:09 +0000 (17:27 +0200)
committerCarl Schwan <carl@carlschwan.eu>
Wed, 22 Jun 2022 15:27:09 +0000 (17:27 +0200)
commit940b5e8f0a0eaf2092a870bfa2ed48ed90a26a7e
tree6c71970769b874769c7f0cc03500ab747bd44500
parentb282fe1e6f5587a6440d170df245ad5acb8dc976
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