mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
AAAA
This commit is contained in:
parent
e3bc937036
commit
0404976e15
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ def modify_group():
|
|||
elif group.author_id != current_user.id:
|
||||
abort(403)
|
||||
|
||||
if action:
|
||||
if action == 'add':
|
||||
if not (db_session.query(db.GroupJunction)
|
||||
.filter_by(group_id=group_id, post_id=image_id)
|
||||
.first()):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue