mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26: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:
|
elif group.author_id != current_user.id:
|
||||||
abort(403)
|
abort(403)
|
||||||
|
|
||||||
if action:
|
if action == 'add':
|
||||||
if not (db_session.query(db.GroupJunction)
|
if not (db_session.query(db.GroupJunction)
|
||||||
.filter_by(group_id=group_id, post_id=image_id)
|
.filter_by(group_id=group_id, post_id=image_id)
|
||||||
.first()):
|
.first()):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue