fd
This commit is contained in:
parent
e9cfb67fb6
commit
423c84afcd
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ def api_comment(v):
|
|||
g.db.add(c_based)
|
||||
g.db.flush()
|
||||
|
||||
basedguy = c.parent_comment.author.basedcount
|
||||
basedguy = get_account(c.parent_comment.author_id)
|
||||
basedguy.basedcount += 1
|
||||
g.db.add(basedguy)
|
||||
g.db.flush()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue