1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-23 15:58:55 -05:00

Sort themes alphabetically in config list

This commit is contained in:
NumEricR 2013-10-05 11:03:41 +02:00
parent 89812ec81c
commit 2287bf06f5

View File

@ -271,6 +271,7 @@ class Poche
$themes[] = array('name' => $theme, 'current' => $current);
}
sort($themes);
return $themes;
}