mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
fix cache key issue in render cache
This commit is contained in:
@@ -321,7 +321,7 @@ class RedditController(BaseController):
|
||||
key = ''.join((str(c.lang),
|
||||
str(c.content_langs),
|
||||
request.host,
|
||||
c.cname,
|
||||
str(c.cname),
|
||||
request.fullpath,
|
||||
str(c.firsttime),
|
||||
str(c.over18)))
|
||||
|
||||
Reference in New Issue
Block a user