Skip to content

Commit

Permalink
Merge pull request #3027 from vanilla/hotfix/mod-redirect
Browse files Browse the repository at this point in the history
Fix comment delete redirect URL
  • Loading branch information
initvector committed Aug 31, 2015
2 parents 451fc5a + c351a63 commit f2eaa73
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -282,7 +282,7 @@ public function confirmCommentDeletes($DiscussionID = '') {
unset($CheckedComments[$DiscussionID]);
Gdn::userModel()->saveAttribute($Session->UserID, 'CheckedComments', $CheckedComments);
ModerationController::InformCheckedComments($this);
$this->RedirectUrl = 'discussions';
$this->RedirectUrl = url('discussions');
}

$this->render();
Expand Down

0 comments on commit f2eaa73

Please sign in to comment.