From: Steffen K9 Date: Fri, 1 Nov 2019 21:22:52 +0000 (+0100) Subject: Added asort() to the saved folders widget X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fd5c122667865af8e4f35c3a9472bd6dc0d55300;p=friendica.git Added asort() to the saved folders widget --- diff --git a/src/Content/Widget.php b/src/Content/Widget.php index 09a5fc6345..d355c723ec 100644 --- a/src/Content/Widget.php +++ b/src/Content/Widget.php @@ -274,6 +274,8 @@ class Widget foreach (FileTag::fileToArray($saved) as $savedFolderName) { $terms[] = ['ref' => $savedFolderName, 'name' => $savedFolderName]; } + + asort($terms); return self::filter( 'file',