rename truecoins -> truescore
This commit is contained in:
parent
fb65cf0416
commit
1dfbe754bc
8 changed files with 27 additions and 28 deletions
|
@ -209,7 +209,7 @@ def api_comment(v):
|
|||
|
||||
abort(403, "Too much spam!")
|
||||
|
||||
is_filtered = v.should_comments_be_filtered()
|
||||
is_filtered = v.should_comments_be_filtered
|
||||
|
||||
c = Comment(author_id=v.id,
|
||||
parent_submission=parent_post.id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue