修复PHP 7.1下防水墙违规主题“Cannot use string offset as an array”的bug

This commit is contained in:
zsx 2017-02-01 16:02:53 +08:00
parent f5d56772df
commit 081c1dafe1
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ function convertOperate($id = 0) {
}
function getEvilList($type, $start, $ppp) {
$datas = $data = '';
$datas = $data = array();
$evilids = array();
if ($type == 'member') {