Skip to content

Instantly share code, notes, and snippets.

@kolyadin
Created March 12, 2014 13:17
Show Gist options
  • Save kolyadin/9506755 to your computer and use it in GitHub Desktop.
Save kolyadin/9506755 to your computer and use it in GitHub Desktop.
$this->getApp()->exitWithJsonSuccessMessage([
'comment' => $this->getTwig()->render('/comments/Comment.twig', [
'comment' => $lastComment,
'forceImageLoad' => true
]),
'replyTo' => $replyTo,
'level' => $lastComment->getLevel(),
'id' => $lastComment->getId()
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment