Skip to content
Snippets Groups Projects
Commit a9e064ee authored by Christopher Johnson's avatar Christopher Johnson
Browse files

fixes upstream removal of setObjectURI()

https://secure.phabricator.com/D14805 17.12.2015
Bug: T122451

Change-Id: If9f1e00e7327890ff0dbb42f407c988f21712623
parent 94442527
No related branches found
No related tags found
No related merge requests found
......@@ -79,8 +79,7 @@ final class SprintProjectProfileController
$view = id(new PhabricatorActionListView())
->setUser($viewer)
->setObject($project)
->setObjectURI($request->getRequestURI());
->setObject($project);
$can_edit = PhabricatorPolicyFilter::hasCapability(
$viewer,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment