Merge pull request !31 from zsxsoft/fix-php71

This commit is contained in:
zsxsoft 2017-02-04 09:03:01 +08:00 committed by Discuz!
commit fc5625453e
1 changed files with 1 additions and 1 deletions

View File

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