mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 01:15:26 +00:00
Sort themes alphabetically in config list
This commit is contained in:
parent
89812ec81c
commit
2287bf06f5
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ class Poche
|
|||
$themes[] = array('name' => $theme, 'current' => $current);
|
||||
}
|
||||
|
||||
sort($themes);
|
||||
return $themes;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue