config writer fix
This commit is contained in:
@@ -164,12 +164,12 @@ class ConfigWriter
|
||||
unset($data[$key]);
|
||||
}
|
||||
|
||||
$this->saveData($configPath, $data, 'microtime');
|
||||
|
||||
if ($toSaveInternal) {
|
||||
$this->saveData($internalConfigPath, $dataInternal, 'microtimeInternal');
|
||||
}
|
||||
|
||||
$this->saveData($configPath, $data, 'microtime');
|
||||
|
||||
$this->changedData = [];
|
||||
$this->removeParamList = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user