fd
This commit is contained in:
parent
f12fe48952
commit
c9ed617ae5
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ def get_post(pid, v=None, graceful=False, **kwargs):
|
||||||
|
|
||||||
x = items[0]
|
x = items[0]
|
||||||
x._voted = items[1] or 0
|
x._voted = items[1] or 0
|
||||||
x._is_blocking = items[4] or 0
|
x._is_blocking = items[2] or 0
|
||||||
|
|
||||||
else:
|
else:
|
||||||
items = g.db.query(
|
items = g.db.query(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue