Add missing title property to SubSR.

Fixes AttributeError on /reddits.rss.
This commit is contained in:
Max Goodman
2013-07-23 17:59:34 -07:00
parent e7ecfa180c
commit ba95f53547

View File

@@ -1544,6 +1544,7 @@ class SubSR(FakeSubreddit):
stylesheet = 'subreddit.css'
#this will make the javascript not send an SR parameter
name = ''
title = ''
def can_view(self, user):
return True