]> source.dussan.org Git - nextcloud-server.git/commit
Fix Call to a member function getSize() on bool 32008/head
authorCarl Schwan <carl@carlschwan.eu>
Tue, 19 Apr 2022 08:56:54 +0000 (10:56 +0200)
committerCarl Schwan <carl@carlschwan.eu>
Thu, 12 May 2022 13:11:46 +0000 (15:11 +0200)
commit1c97611fa245c9dc710e768015f1021a440eb833
treeb08f9c17267a29174e2e65757a50d9e03fc0d593
parent0824f440f0007bdf1665e4a8d5b9fc482e235e9f
Fix Call to a member function getSize() on bool

getFileInfo might return false, handle this case by ignoring the result

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