Forráskód Böngészése

Sort the results of searched profiles - refs #7347

Angel Fernando Quiroz Campos 10 éve
szülő
commit
37902bafdb
1 módosított fájl, 1 hozzáadás és 1 törlés
  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);
             }
         }