backports murph-skeleton

This commit is contained in:
Simon Vieille 2022-02-13 16:37:48 +01:00
parent fe6688ab02
commit 54c2b1ede5

View file

@ -87,7 +87,7 @@ class FsFileManager
}
if ($sorted) {
if ('asc' === $direction) {
if ('desc' === $direction) {
$finder->reverseSorting();
}
}