Temorarily roll back allow_top change while we migrate

This commit is contained in:
ketralnis
2009-07-16 14:01:36 -07:00
parent 6113b72ea6
commit c612109da7

View File

@@ -276,7 +276,7 @@ class Subreddit(Thing, Printable):
by popularity"""
pop_reddits = Subreddit._query(Subreddit.c.type == ('public',
'restricted'),
Subreddit.c.allow_top == True,
# Subreddit.c.allow_top == True,
sort=desc('_downs'),
limit = limit,
data = True,