mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Onlineshops Smarty bugfix XML
This commit is contained in:
parent
2327ffdf81
commit
4bbafdf5cb
@ -4739,7 +4739,7 @@ INNER JOIN shopexport s ON
|
||||
}
|
||||
$this->arrayToXmlHelper($subNode, $value, $nameSpaces,$subNodeName);
|
||||
}
|
||||
} else {
|
||||
} else if (gettype($value) == 'string') {
|
||||
$subNode = $xmlObj->addChild((string)$subNodeName, htmlspecialchars($value, ENT_QUOTES), $nameSpace);
|
||||
if(!empty($attributes)) {
|
||||
foreach($attributes as $attribute) {
|
||||
|
Loading…
Reference in New Issue
Block a user