Fix sorting

This commit is contained in:
phl0
2026-02-20 12:22:50 +01:00
parent 2c0f68ece7
commit fe95d2d7ed

View File

@@ -238,7 +238,7 @@ class API_Model extends CI_Model {
}
}
}
asort ($grid_array);
sort ($grid_array);
return $grid_array;
}
}