Преглед изворни кода

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);
             }
         }