[admin] filter improve & fix ad link

This commit is contained in:
xiaomlove
2022-03-04 16:16:56 +08:00
parent b9d5df232b
commit 0665770ca5
51 changed files with 218 additions and 71 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ if ($currentStep == 3) {
$newData = array_column($envFormControls, 'value', 'name');
while ($isPost) {
try {
$update->createEnvFile($_POST);
$update->createEnvFile($_POST, 'update');
$update->nextStep();
} catch (\Exception $exception) {
$error = $exception->getMessage();