make selecting the used OS actually do something (load default-setting-adjustments required/needed; TBD)

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-02-15 15:43:18 +01:00
parent 96cdb34d71
commit f37d9d000c
6 changed files with 27 additions and 15 deletions

View File

@@ -194,9 +194,9 @@ class ConfigParser
}
// Get all defaults
$defaults = $this->xml->xpath('//defaults');
$defaults = $this->xml->xpath('//defaults/default');
foreach ($defaults as $default) {
$this->defaults = $default;
$this->defaults[] = $default;
}
// Switch flag to indicate we parsed our data