* Fix bug#34900.

This commit is contained in:
qixinzhi
2023-04-27 12:45:42 +00:00
parent eb3febc31c
commit e04581c4e5
2 changed files with 280 additions and 220 deletions
+280 -217
View File
File diff suppressed because one or more lines are too long
-3
View File
@@ -271,9 +271,6 @@ class install extends control
if(isset($_SERVER['REQUEST_SCHEME']) and strtolower($_SERVER['REQUEST_SCHEME']) == 'https') $httpType = 'https';
if(strpos($this->app->getClientLang(), 'zh') === 0) $this->loadModel('api')->createDemoData($this->lang->api->zentaoAPI, "{$httpType}://{$_SERVER['HTTP_HOST']}" . $this->app->config->webRoot . 'api.php/v1', '16.0');
$this->loadModel('upgrade')->createDefaultDimension();
$this->upgrade->updatePivotGroup();
return print(js::locate(inlink('step6'), 'parent'));
}