diff options
author | NumEricR <eric.github@gmail.com> | 2013-10-05 11:03:41 +0200 |
---|---|---|
committer | NumEricR <eric.github@gmail.com> | 2013-10-05 11:08:38 +0200 |
commit | 2287bf06f533e1dc03979d3945af098601963712 (patch) | |
tree | 4ace60be155673dfbb50a6d1ad2ea5b0bec4cded /inc | |
parent | 89812ec81cf77af32942d151372a8667c716fe30 (diff) | |
download | wallabag-2287bf06f533e1dc03979d3945af098601963712.tar.gz wallabag-2287bf06f533e1dc03979d3945af098601963712.tar.zst wallabag-2287bf06f533e1dc03979d3945af098601963712.zip |
Sort themes alphabetically in config list
Diffstat (limited to 'inc')
-rw-r--r-- | inc/poche/Poche.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 1a655386..6325adcf 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -271,6 +271,7 @@ class Poche | |||
271 | $themes[] = array('name' => $theme, 'current' => $current); | 271 | $themes[] = array('name' => $theme, 'current' => $current); |
272 | } | 272 | } |
273 | 273 | ||
274 | sort($themes); | ||
274 | return $themes; | 275 | return $themes; |
275 | } | 276 | } |
276 | 277 | ||