diff --git a/src/applications/people/controller/PhabricatorPeopleProfileViewController.php b/src/applications/people/controller/PhabricatorPeopleProfileViewController.php --- a/src/applications/people/controller/PhabricatorPeopleProfileViewController.php +++ b/src/applications/people/controller/PhabricatorPeopleProfileViewController.php @@ -74,6 +74,10 @@ ->setTitle($user->getUsername()) ->setNavigation($nav) ->setCrumbs($crumbs) + ->setPageObjectPHIDs( + array( + $user->getPHID(), + )) ->appendChild( array( $home,