fd
This commit is contained in:
parent
4943f304d9
commit
d555dda2f1
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ def searchposts(v):
|
|||
|
||||
|
||||
|
||||
posts = g.db.query(Submission.id)
|
||||
posts = g.db.query(Submission.id).filter(Submission.club == False)
|
||||
|
||||
if not (v and v.admin_level > 1): posts = posts.filter(Submission.private == False)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue