]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
[fix] themes sorted A->Z #470
[github/wallabag/wallabag.git] / inc / poche / Poche.class.php
index d92fbf086c36f01e9166f698a824867a5b6a9c63..e7985cf111823a7bd954f2161ee108e15d135581 100755 (executable)
@@ -307,6 +307,8 @@ class Poche
             $themes[$theme] = $this->getThemeInfo($theme);
         }
 
+        ksort($themes);
+
         return $themes;
     }