fix indenting

This commit is contained in:
Uwe Steinmann 2025-04-02 08:02:09 +02:00
parent 42a38984f7
commit 22f23c71f0

View File

@ -940,6 +940,8 @@ class Settings { /* {{{ */
if (is_null($configFilePath))
$configFilePath = $this->_configFilePath;
// copy($configFilePath, $configFilePath.'.'.time());
// Load
$xml = simplexml_load_string(file_get_contents($configFilePath));
$this->getXMLNode($xml, '/', 'configuration');