mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 10:50:29 +01:00
Sort themes alphabetically in config list
This commit is contained in:
parent
89812ec81c
commit
2287bf06f5
@ -271,6 +271,7 @@ class Poche
|
||||
$themes[] = array('name' => $theme, 'current' => $current);
|
||||
}
|
||||
|
||||
sort($themes);
|
||||
return $themes;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user