Skip to content

Commit

Permalink
Update ForumController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ngodfraind committed Feb 18, 2015
1 parent 4dc6e25 commit c222335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/ForumController.php
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ public function replyMessageAction(Message $message)

if ($form->isValid()) {
$newMsg = $form->getData();
$this->manager->createMessage($newMsg, $message);
$this->manager->createMessage($newMsg, $subject);

return new RedirectResponse(
$this->generateUrl('claro_forum_messages', array('subject' => $subject->getId()))
Expand Down

0 comments on commit c222335

Please sign in to comment.