/comments/gilded: Set c.profilepage = True for "in subreddit" etc.

This commit is contained in:
Neil Williams
2012-12-14 13:08:09 -08:00
parent 9379b08c9a
commit a74f609eee

View File

@@ -1055,3 +1055,7 @@ class GildedController(ListingController):
def query(self):
return queries.get_gilded_comments()
def GET_listing(self, **env):
c.profilepage = True
return ListingController.GET_listing(self, **env)