修复error数组的错误
This commit is contained in:
parent
8029a93ca1
commit
778d386561
|
@ -352,7 +352,7 @@ class ISO19115
|
||||||
//todo
|
//todo
|
||||||
|
|
||||||
//建议有缩略图
|
//建议有缩略图
|
||||||
if (empty($this->graph)) $this->error='建议:请提供一张能反应或代表数据的图片(800像素以上)。';
|
if (empty($this->graph)) $this->error[]='建议:请提供一张能反应或代表数据的图片(800像素以上)。';
|
||||||
return count($this->error);
|
return count($this->error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue