]> source.dussan.org Git - nextcloud-server.git/commit
cast timestamps older than unix epoch to 0 10871/head
authorChristian <16852529+cviereck@users.noreply.github.com>
Mon, 27 Aug 2018 05:44:24 +0000 (07:44 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Aug 2018 05:44:24 +0000 (07:44 +0200)
commite2a64c713ff103cdeb4c8320de792487218d49ca
treee2104f123cb56439dd592ccda979fbb0f66bf086
parent8b47f45afa3b7837032d6ce1cfcda1c901ae840f
cast timestamps older than unix epoch to 0

This change solves issues #10870, which is caused by method castValue of class FileSearchBackend: It casts the timestamps older than the unix epoch to false., see my comment https://github.com/nextcloud/server/pull/10835#discussion_r212806153.
apps/dav/lib/Files/FileSearchBackend.php