From 568ff0ff9c194c1104633edbc9a94cf3cc7f24db Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Thu, 21 Jun 2018 16:27:38 +0200 Subject: [PATCH] Fixed gh-303 to insure that the export data headers are set --- admin/helpers/compiler/e_Interpretation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/helpers/compiler/e_Interpretation.php b/admin/helpers/compiler/e_Interpretation.php index 253a15e7d..8a8c43eb5 100644 --- a/admin/helpers/compiler/e_Interpretation.php +++ b/admin/helpers/compiler/e_Interpretation.php @@ -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.";