diff --git a/src/applications/ponder/controller/PonderQuestionCommentController.php b/src/applications/ponder/controller/PonderQuestionCommentController.php index e2cf806be0..814a8857e8 100644 --- a/src/applications/ponder/controller/PonderQuestionCommentController.php +++ b/src/applications/ponder/controller/PonderQuestionCommentController.php @@ -28,7 +28,7 @@ final class PonderQuestionCommentController extends PonderController { // $draft = PhabricatorDraft::buildFromRequest($request); $qid = $question->getID(); - $view_uri = "Q{$qid}"; + $view_uri = "/Q{$qid}"; $xactions = array(); $xactions[] = id(new PonderQuestionTransaction())