fix cache key issue in render cache

This commit is contained in:
Christopher Slowe
2008-08-26 07:36:31 -07:00
parent 6bcef0037b
commit 8f5599e93d

View File

@@ -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)))