changeset 173:d98aaa540459

Sort class list. Mlem.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 Aug 2015 12:19:59 +0300
parents 14117fd8a083
children eaac0a84a7d2
files index.php
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Mon Aug 24 11:54:14 2015 +0300
+++ b/index.php	Mon Aug 24 12:19:59 2015 +0300
@@ -346,6 +346,8 @@
   }
 
   fclose($fp);
+  
+  sort($mclasses);
   return $mclasses;
 }