dsffsdfsd
This commit is contained in:
parent
ccd66d721a
commit
367235c62d
1 changed files with 1 additions and 1 deletions
|
@ -1088,7 +1088,7 @@ def submit_post(v):
|
|||
new_post.voted = 1
|
||||
if 'megathread' in new_post.title.lower(): sort = 'new'
|
||||
else: sort = v.defaultsortingcomments
|
||||
new_post.replies = [c]
|
||||
if c: new_post.replies = [c]
|
||||
return render_template('submission.html', v=v, p=new_post, sort=sort, render_replies=True, offset=0, success=True)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue