mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-09-09 19:38:57 +00:00
fix indenting
This commit is contained in:
parent
42a38984f7
commit
22f23c71f0
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue
Block a user