|
@@ -178,7 +178,7 @@ |
|
|
block discarded – undo |
|
178
|
178
|
$this->objXmlWriter->startDocument('1.0', 'UTF-8'); |
|
179
|
179
|
// if no DocumentNameSpaces seen take Default ones from local configuration |
|
180
|
180
|
$this->getSettingsFromFileIntoMemory($bolComments); |
|
181
|
|
- $arrayDefaults = $this->getDefaultsIntoDataSet($arrayData); |
|
|
181
|
+ $arrayDefaults = $this->getDefaultsIntoDataSet($arrayData); |
|
182
|
182
|
if ($arrayDefaults !== []) { |
|
183
|
183
|
$arrayData = array_merge($arrayData, $arrayDefaults['Root']); |
|
184
|
184
|
if (!array_key_exists('CustomizationID', $arrayData['Header']['CommonBasicComponents-2'])) { |
Please login to merge, or discard this patch.