We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96575c commit 4b5d03fCopy full SHA for 4b5d03f
src/presenters/Forum/ViewPresenter.php
@@ -22,7 +22,7 @@ public function link()
22
break;
23
case 'Forum_Reply':
24
$post = Forum_Reply::find($this->resource->id)->post;
25
- return HTML::link('/forum/post/view/'. $this->resource->id, $this->resource->name);
+ return HTML::link('/forum/post/view/'. $post->id .'#reply:'. $this->resource->id, $this->resource->name);
26
27
}
28
0 commit comments