浏览代码

fix old naming

This is the old naming of the variable and I forgot to fix it. It now
works and is tested.
tags/v0.9.99
Gibheer 8 年前
父节点
当前提交
e347736c9e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/setting/setting.go

+ 1
- 1
modules/setting/setting.go 查看文件

@@ -426,7 +426,7 @@ func NewContext() {
dateLangs = Cfg.Section("i18n.datelang").KeysHash()

ShowFooterBranding = Cfg.Section("other").Key("SHOW_FOOTER_BRANDING").MustBool()
EnableShowVersion = Cfg.Section("other").Key("ENABLE_SHOW_VERSION").MustBool()
ShowFooterVersion = Cfg.Section("other").Key("SHOW_FOOTER_VERSION").MustBool()

HasRobotsTxt = com.IsFile(path.Join(CustomPath, "robots.txt"))
}

正在加载...
取消
保存