Pull-request: #20162 Fixes: #20155 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
f5ce85560a
@ -229,7 +229,7 @@ class ImportXml extends ImportPlugin
|
||||
/**
|
||||
* Only attempt to analyze/collect data if there is data present
|
||||
*/
|
||||
if ($xml && $xml->children()->count()) {
|
||||
if ($xml && $xml->count()) {
|
||||
$data_present = true;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user