fdsfs
This commit is contained in:
parent
5bedaf5d9c
commit
ad396f1f29
2 changed files with 2 additions and 1 deletions
|
@ -208,6 +208,7 @@ class Submission(Base):
|
|||
if comment: self.__dict__["replies"] = [comment]
|
||||
else: self.__dict__["replies"] = pinned_comment + index.get(self.fullname, [])
|
||||
|
||||
g.db.commit()
|
||||
return render_template(template,
|
||||
v=v,
|
||||
p=self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue