diff options
Diffstat (limited to 'modules/setting/cache.go')
-rw-r--r-- | modules/setting/cache.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/setting/cache.go b/modules/setting/cache.go index 34a212db18..af47bd085a 100644 --- a/modules/setting/cache.go +++ b/modules/setting/cache.go @@ -23,7 +23,7 @@ type Cache struct { var ( // CacheService the global cache CacheService = struct { - Cache + Cache `ini:"cache"` LastCommit struct { Enabled bool |