소스 검색

Sort the results of searched profiles - refs #7347

Angel Fernando Quiroz Campos 10 년 전
부모
커밋
37902bafdb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
             }
         }