MaxServ / t3ext-fal_s3

S3 driver for FAL
GNU General Public License v2.0
13 stars 10 forks source link

Fixed sorting issue in the backend #26

Closed RinyVT closed 6 years ago

RinyVT commented 6 years ago

Previous commit was too much, now only the sortFolderEntries is changed. Instead of sorting on the key, it's sorted on the values and then array_keys for returning the normal array. Still not sure this couldn't be more optimized (all these if statements and the foreach through all the folder entries) but it's working.