Hide Ponder add comment behind link

Summary: Does what it says on the tin

Test Plan: Viewed ponder question, expanded link, added comment

Reviewers: pieter, epriestley

Reviewed By: pieter

CC: vrana, aran, Korvin

Maniphest Tasks: T1775

Differential Revision: https://secure.phabricator.com/D3485
This commit is contained in:
zacharyg
2012-09-13 08:13:03 -07:00
parent a1df1f2b70
commit 09d8120b79
3 changed files with 16 additions and 6 deletions

View File

@@ -57,7 +57,6 @@ final class PonderAnswerSaveController extends PonderController {
return id(new AphrontRedirectResponse())
->setURI(id(new PhutilURI('/Q'. $question->getID()))
->setFragment('A'.$res->getID()));
->setFragment('A'.$res->getID()));
}
}