aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche')
-rw-r--r--inc/poche/Poche.class.php1
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