Commit a1a5efb1 by 冷斌

update

parent b065294d
......@@ -1387,7 +1387,7 @@ class Api_User extends PhalApi_Api {
$labelId = array_merge($labelId, array_filter(preg_split('/,|,/',$item['label'])));
}
$ids = array_count_values($labelId);
ksort($ids);
sort($ids);
var_dump($ids);
die;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment