diff --git a/module/upgrade/model.php b/module/upgrade/model.php index 60b6cfd94e..c730d21673 100644 --- a/module/upgrade/model.php +++ b/module/upgrade/model.php @@ -1041,7 +1041,7 @@ class upgradeModel extends model $confirmContent .= file_get_contents($this->getUpgradeFile('17.6.2')); $xuanxuanSql = $this->app->getAppRoot() . 'db' . DS . 'upgradexuanxuan6.4.sql'; $confirmContent .= file_get_contents($xuanxuanSql); - case '17_7': + case '17_7': $confirmContent .= file_get_contents($this->getUpgradeFile('17.7')); } return $confirmContent;