summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-08-15 02:06:35 -0700
committerUnknwon <u@gogs.io>2016-08-15 02:06:35 -0700
commit8637e67e6f9aa68c399a62d1180650c01069d67f (patch)
tree2bd982a1c1418d145ca236dd0bd56f6bd39c26d9 /modules
parent4a19fd64412dc111bac3c1b56cf3eb55728d2ba3 (diff)
downloadgitea-8637e67e6f9aa68c399a62d1180650c01069d67f.tar.gz
gitea-8637e67e6f9aa68c399a62d1180650c01069d67f.zip
Fix outdated edit can’t overwrite changes
Diffstat (limited to 'modules')
-rw-r--r--modules/bindata/bindata.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go
index f0c083e579..045a0b70d5 100644
--- a/modules/bindata/bindata.go
+++ b/modules/bindata/bindata.go
@@ -301,7 +301,7 @@ func confAppIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/app.ini", size: 13460, mode: os.FileMode(420), modTime: time.Unix(1471235101, 0)}
+ info := bindataFileInfo{name: "conf/app.ini", size: 13460, mode: os.FileMode(420), modTime: time.Unix(1471250630, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -4361,7 +4361,7 @@ func confLocaleLocale_enUsIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 55343, mode: os.FileMode(420), modTime: time.Unix(1471240680, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 55343, mode: os.FileMode(420), modTime: time.Unix(1471250630, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}