* code for task #6337.

This commit is contained in:
wangyidong
2019-09-05 09:38:12 +08:00
parent 1ab959e731
commit abd68e9428
4 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -354,10 +354,10 @@ class installModel extends model
$this->config->db->host = $this->post->dbHost;
$this->config->db->name = $this->post->dbName;
$this->config->db->user = $this->post->dbUser;
$this->config->db->encoding = $this->post->dbEncoding;
$this->config->db->password = $this->post->dbPassword;
$this->config->db->port = $this->post->dbPort;
$this->config->db->prefix = $this->post->dbPrefix;
}
/**