clear_setting_cache() immediately

This commit is contained in:
xiaomlove
2022-09-08 22:01:30 +08:00
parent 57a97f2b5c
commit 55589c8d8e
3 changed files with 2 additions and 1 deletions

View File

@@ -568,6 +568,7 @@ class Install
$this->doLog("[SAVE SETTING], prefix: $prefix, nameAndValues: " . json_encode($group));
saveSetting($prefix, $group);
}
}
public function createSymbolicLinks($symbolicLinks)