发布v2.6.8版本
This commit is contained in:
@@ -112,7 +112,7 @@ class recordClassAction extends Action
|
||||
//删除聊天记录
|
||||
public function delrecordAjax()
|
||||
{
|
||||
$id = $this->post('id');
|
||||
$id = c('check')->onlynumber($this->post('id'));
|
||||
$atype = $this->post('atype');
|
||||
if($atype!='all'){
|
||||
if(!isempt($id)){
|
||||
|
||||
Reference in New Issue
Block a user