Skip to content
Snippets Groups Projects
Commit 18b7ffbd authored by Benni Mack's avatar Benni Mack Committed by Anja Leichsenring
Browse files

[BUGFIX] Make Recycler Scheduler Task work in Windows and with FAL

The recycler scheduler task was previously configured to only
use "fileadmin/_recycler_/", and did not work on windows, as
"ctime" was used to detect the last change to the file.

It is now switched to "mtime" - which is updated every time
a file or folder is moved to a recycler folder.

Resolves: #77040
Releases: master
Change-Id: I06df5cb614457261c661c8fac09581af9f3bf256
Reviewed-on: https://review.typo3.org/48910


Tested-by: default avatarBamboo TYPO3com <info@typo3.com>
Reviewed-by: default avatarNicole Cordes <typo3@cordes.co>
Reviewed-by: default avatarSusanne Moog <susanne.moog@typo3.org>
Tested-by: default avatarSusanne Moog <susanne.moog@typo3.org>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent b99ef852
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment