* Fix bug#34900.
This commit is contained in:
+280
-217
File diff suppressed because one or more lines are too long
@@ -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'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user