Skip to content

Commit

Permalink
Update profile comments to use CommentURL() (#5237)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaazKu authored and tburry committed Feb 25, 2017
1 parent ee76142 commit d6bdce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/vanilla/views/discussion/profilecomments.php
@@ -1,6 +1,6 @@
<?php if (!defined('APPLICATION')) exit();
foreach ($this->data('Comments') as $Comment) {
$Permalink = '/discussion/comment/'.$Comment->CommentID.'/#Comment_'.$Comment->CommentID;
$Permalink = commentUrl($Comment);
$User = UserBuilder($Comment, 'Insert');
$this->EventArguments['User'] = $User;
?>
Expand Down

0 comments on commit d6bdce6

Please sign in to comment.