修复PHP 7.1下防水墙违规主题“Cannot use string offset as an array”的bug
This commit is contained in:
parent
f5d56772df
commit
081c1dafe1
|
@ -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