Ported fix to #16.
This commit is contained in:
parent
f678a31060
commit
50cced23df
1 changed files with 2 additions and 1 deletions
|
|
@ -894,7 +894,8 @@ routes:
|
|||
createTFD()
|
||||
readIDs()
|
||||
if edit(c, c.postId):
|
||||
redirect(c.genThreadUrl(postId = $c.postId))
|
||||
redirect(c.genThreadUrl(postId = $c.postId,
|
||||
pageNum = $(c.getPagesInThread+1)))
|
||||
else:
|
||||
body = ""
|
||||
handleError("doedit", "Edit", true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue