Merge pull request !31 from zsxsoft/fix-php71
This commit is contained in:
commit
fc5625453e
|
@ -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') {
|
||||||
|
|
Loading…
Reference in New Issue