vc
This commit is contained in:
parent
69fb824ff7
commit
e049e87248
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, ccmode="false"
|
|||
|
||||
posts = posts.filter_by(is_banned=False, private=False, deleted_utc = 0)
|
||||
|
||||
if sort == "hot" or (v and v.id == Q_ID) and ccmode == "false" and not gt and not lt:
|
||||
if (sort == "hot" or (v and v.id == Q_ID)) and ccmode == "false" and not gt and not lt:
|
||||
posts = posts.filter_by(stickied=None)
|
||||
|
||||
if v and v.admin_level == 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue