forked from joomla/Component-Builder
Fixed gh-303 to insure that the export data headers are set
This commit is contained in:
parent
2b3acf5368
commit
568ff0ff9c
@ -12064,7 +12064,7 @@ class Interpretation extends Fields
|
||||
}
|
||||
}
|
||||
// close the foreach if needed
|
||||
if (ComponentbuilderHelper::checkString($fix))
|
||||
if (ComponentbuilderHelper::checkString($fix) || $export)
|
||||
{
|
||||
// start the loop
|
||||
$forEachStart = PHP_EOL . PHP_EOL . $this->_t(1) . $tab . $this->_t(1) . "//" . $this->setLine(__LINE__) . " set values to display correctly.";
|
||||
|
Loading…
Reference in New Issue
Block a user