diff --git a/src/applications/people/controller/PhabricatorPeopleProfileController.php b/src/applications/people/controller/PhabricatorPeopleProfileController.php --- a/src/applications/people/controller/PhabricatorPeopleProfileController.php +++ b/src/applications/people/controller/PhabricatorPeopleProfileController.php @@ -133,7 +133,7 @@ $crumbs = $this->buildApplicationCrumbs(); $crumbs->addTextCrumb($name); - $class = 'PhabricatorManiphestApplication'; + $class = 'PhabricatorConpherenceApplication'; if (PhabricatorApplication::isClassInstalledForViewer($class, $viewer)) { $href = '/conpherence/new/?participant='.$user->getPHID(); $image = id(new PHUIIconView())