- Issue created by @joachim
If a source row being used with the simple_xml parser plugin has nothing in the XML for any of the fields, then $this->currentItem is still NULL when we get here:
foreach ($this->currentItem as $field_name => $values) {
Either cast to array or throw an exception to alert the developer that there is a problem.
Active
6.0
Plugins