Fixed gh-303 to insure that the export data headers are set

This commit is contained in:
Llewellyn van der Merwe 2018-06-21 16:27:38 +02:00
parent 2b3acf5368
commit 568ff0ff9c
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
1 changed files with 1 additions and 1 deletions

View File

@ -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.";