forked from MarseyWorld/MarseyWorld
fix typo
parent
2411053d55
commit
423ad25d2a
|
@ -1218,7 +1218,7 @@ def sticky_post(post_id, v):
|
||||||
code = 200
|
code = 200
|
||||||
else:
|
else:
|
||||||
post.stickied_utc = None
|
post.stickied_utc = None
|
||||||
pin_time = 'permantently'
|
pin_time = 'permanently'
|
||||||
code = 201
|
code = 201
|
||||||
|
|
||||||
post.stickied = v.username
|
post.stickied = v.username
|
||||||
|
|
Loading…
Reference in New Issue