update run extra queries to add new menu

This commit is contained in:
xiaomlove
2021-03-19 00:34:11 +08:00
parent 209483fc91
commit e3382c6efa
2 changed files with 21 additions and 0 deletions

View File

@@ -147,6 +147,8 @@ if ($currentStep == 3) {
}
}
$update->runExtraQueries();
$update->nextStep();
} catch (\Exception $exception) {
$error = $exception->getMessage();