diff --git a/src/applications/people/controller/profile/PhabricatorPeopleProfileController.php b/src/applications/people/controller/profile/PhabricatorPeopleProfileController.php index 9a75640020..3a313dfc17 100644 --- a/src/applications/people/controller/profile/PhabricatorPeopleProfileController.php +++ b/src/applications/people/controller/profile/PhabricatorPeopleProfileController.php @@ -130,7 +130,7 @@ final class PhabricatorPeopleProfileController $statuses = id(new PhabricatorUserStatus())->loadCurrentStatuses( array($user->getPHID())); if ($statuses) { - $header->setStatus(reset($statuses)->getStatusDescription()); + $header->setStatus(reset($statuses)->getStatusDescription($viewer)); } }