Merge pull request !2 from 凹凸曼/master

This commit is contained in:
凹凸曼 2016-12-24 11:26:25 +08:00 committed by 康盛Discuz!
commit 29ab31bc42
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ if($filter && $filter != 'hot') {
}
} elseif($field == 'typeid' || $field == 'sortid') {
$fieldstr = $field == 'typeid' ? 'intype' : 'insort';
$filterarr[$fieldstr] = $value;
$filterarr[$fieldstr] = dintval($value);
}
$sp = ' ';
}