fix bug
This commit is contained in:
@@ -100,7 +100,7 @@ class Help
|
|||||||
"userid"=>$vo['userid'],
|
"userid"=>$vo['userid'],
|
||||||
"username"=>empty($users[$vo['userid']]['nickname'])?'':$users[$vo['userid']]['nickname'],
|
"username"=>empty($users[$vo['userid']]['nickname'])?'':$users[$vo['userid']]['nickname'],
|
||||||
"count"=>$vo['count'],
|
"count"=>$vo['count'],
|
||||||
"identity"=>empty($users[$vo["user_id"]]['shiyou_id'])?1:0,
|
"identity"=>empty($users[$vo["userid"]]['shiyou_id'])?1:0,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user