forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-11 05:12:07 +02:00
parent c1513e20dd
commit a05440a0f8
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ def post_pid_comment_cid(cid, pid=None, anything=None, v=None):
comment = get_comment(cid, v=v)
if not comment.parent_submission and not (v and v.admin_level == 6): abort(403)
if not comment.parent_submission and not (v and (comment.author.id == v.id or comment.sentto == v.id)) : abort(403)
if not pid:
if comment.parent_submission: pid = comment.parent_submission