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