rename propery to property
This commit is contained in:
@@ -507,7 +507,7 @@ class FroxlorInstall
|
|||||||
|
|
||||||
if (file_exists(dirname(__DIR__).'/../lib/configfiles/'.$this->_data['distribution'].'.xml')) {
|
if (file_exists(dirname(__DIR__).'/../lib/configfiles/'.$this->_data['distribution'].'.xml')) {
|
||||||
$xml = simplexml_load_file(dirname(__DIR__).'/../lib/configfiles/'.$this->_data['distribution'].'.xml');
|
$xml = simplexml_load_file(dirname(__DIR__).'/../lib/configfiles/'.$this->_data['distribution'].'.xml');
|
||||||
foreach($xml->distribution->defaults->propery as $property) {
|
foreach($xml->distribution->defaults->property as $property) {
|
||||||
$this->_updateSetting($upd_stmt, $property->value[0], $property->group[0], $property->name[0]);
|
$this->_updateSetting($upd_stmt, $property->value[0], $property->group[0], $property->name[0]);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user