fml fixes

This commit is contained in:
Steffen Schröder
2013-12-31 12:06:04 +01:00
parent a9b97d179d
commit 5fd8c2cf1b
2 changed files with 3 additions and 2 deletions

View File

@ -137,6 +137,7 @@ class CustomUI {
$domDocument = new \DOMDocument('1.0', $this->encoding);
}
$xmlElement = $domDocument->createElement($this->tagName);
$domDocument->appendChild($xmlElement);
$settings = $this->getSettings();
foreach ($settings as $setting => $value) {
if ($value === null) continue;