aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-20 13:29:53 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-20 13:29:53 +0100
commit3ade95a3d79d356ff4979eeaa6cf1fe3c6da1794 (patch)
tree46aff1e6e8ac02f22e2bbe07c6271d71dffee2de /inc/poche/Poche.class.php
parentfddf4fbacc1b1e9fdacd31ab6d0483bdc6f87a99 (diff)
downloadwallabag-3ade95a3d79d356ff4979eeaa6cf1fe3c6da1794.tar.gz
wallabag-3ade95a3d79d356ff4979eeaa6cf1fe3c6da1794.tar.zst
wallabag-3ade95a3d79d356ff4979eeaa6cf1fe3c6da1794.zip
[fix] themes sorted A->Z #470
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-xinc/poche/Poche.class.php2
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