Added asort() to the saved folders widget

This commit is contained in:
Steffen K9 2019-11-01 22:22:52 +01:00 committed by GitHub
parent 41261ba7e1
commit fd5c122667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -274,6 +274,8 @@ class Widget
foreach (FileTag::fileToArray($saved) as $savedFolderName) {
$terms[] = ['ref' => $savedFolderName, 'name' => $savedFolderName];
}
asort($terms);
return self::filter(
'file',