changed order of variables to reflect actual order in the form
Signed-off-by: Lukasz Jarosz <lukasz@jarosz.pl>
This commit is contained in:
parent
b9e8d4a083
commit
b48edd0a64
|
@ -58,9 +58,9 @@ func Install(ctx *context.Context) {
|
|||
// Database settings
|
||||
form.DbHost = models.DbCfg.Host
|
||||
form.DbUser = models.DbCfg.User
|
||||
form.DbPasswd = models.DbCfg.Passwd
|
||||
form.DbName = models.DbCfg.Name
|
||||
form.DbPath = models.DbCfg.Path
|
||||
form.DbPasswd = models.DbCfg.Passwd
|
||||
|
||||
ctx.Data["CurDbOption"] = "MySQL"
|
||||
switch models.DbCfg.Type {
|
||||
|
|
Loading…
Reference in New Issue
Block a user