mirror of
https://github.com/moodle/moodle.git
synced 2025-03-27 11:02:38 +01:00
If you delete a file with a hash and then create another file with the same hash, sometimes on EFS filesystems while trying to create the new file, it returns true to the file_exists check even though the file doesn't exist, but then fails other calls. This change makes Moodle tolerate that behaviour.