diff options
Diffstat (limited to 'inc')
-rwxr-xr-x | inc/poche/Poche.class.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index d92fbf08..e7985cf1 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -307,6 +307,8 @@ class Poche | |||
307 | $themes[$theme] = $this->getThemeInfo($theme); | 307 | $themes[$theme] = $this->getThemeInfo($theme); |
308 | } | 308 | } |
309 | 309 | ||
310 | ksort($themes); | ||
311 | |||
310 | return $themes; | 312 | return $themes; |
311 | } | 313 | } |
312 | 314 | ||