mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 00:38:11 -05:00
Add missing title property to SubSR.
Fixes AttributeError on /reddits.rss.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user