Skip to content

Commit

Permalink
Bring in the subject in the post form even if there are new replies -…
Browse files Browse the repository at this point in the history
… thanks scripple or reporting

Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Apr 10, 2014
1 parent 1d6b53e commit 872652c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/controllers/Post.controller.php
Expand Up @@ -520,6 +520,8 @@ public function action_post()

prepareMessageContext($message);
}
elseif (isset($_REQUEST['last_msg']))
list ($form_subject, $form_message) = getFormMsgSubject(false, $topic, $first_subject);

// No check is needed, since nothing is really posted.
checkSubmitOnce('free');
Expand Down

0 comments on commit 872652c

Please sign in to comment.