diff --git a/kernel/api/system.go b/kernel/api/system.go index 91adbe5f4..d6edba8d2 100644 --- a/kernel/api/system.go +++ b/kernel/api/system.go @@ -51,7 +51,6 @@ func getChangelog(c *gin.Context) { } changelogPath := filepath.Join(changelogsDir, "v"+util.Ver+"_"+model.Conf.Lang+".md") - if !gulu.File.IsExist(changelogPath) { changelogPath = filepath.Join(changelogsDir, "v"+util.Ver+".md") if !gulu.File.IsExist(changelogPath) {