]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Sort themes alphabetically in config list 262/head 274/head
authorNumEricR <eric.github@gmail.com>
Sat, 5 Oct 2013 09:03:41 +0000 (11:03 +0200)
committerNumEricR <eric.github@gmail.com>
Sat, 5 Oct 2013 09:08:38 +0000 (11:08 +0200)
inc/poche/Poche.class.php

index 1a65538667716d941a7cb4811c63485920d18a7e..6325adcf2281237eb1decaa18ae79fef0a9a3eea 100644 (file)
@@ -271,6 +271,7 @@ class Poche
             $themes[] = array('name' => $theme, 'current' => $current);
         }
         
+        sort($themes);
         return $themes;
     }