Ver Fonte

Sort the results of searched profiles - refs #7347

Angel Fernando Quiroz Campos há 10 anos atrás
pai
commit
37902bafdb
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      main/inc/ajax/skill.ajax.php

+ 1 - 1
main/inc/ajax/skill.ajax.php

@@ -263,7 +263,7 @@ switch ($action) {
             }
 
             if (!empty($ordered_user_list)) {
-                arsort($ordered_user_list);
+                krsort($ordered_user_list);
             }
         }