Fix blanking out of FileIds and backwards compatability issue with v3 (#5950)

Этот коммит содержится в:
Joram Wilander
2017-04-04 15:17:47 -04:00
коммит произвёл Christopher Speller
родитель 1fa3f2351c
Коммит 97de1d0982
4 изменённых файлов: 41 добавлений и 21 удалений

Просмотреть файл

@@ -84,7 +84,7 @@ func updatePost(c *Context, w http.ResponseWriter, r *http.Request) {
post.UserId = c.Session.UserId
rpost, err := app.UpdatePost(post)
rpost, err := app.UpdatePost(post, true)
if err != nil {
c.Err = err
return