From 50e2d5174fa667d3c1cad1e827d864927efb699d Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 17 Apr 2015 13:25:05 -0700 Subject: [PATCH] Remove Send Message Button on Profile w/ no Conpherence Summary: Fixes T7847 Test Plan: Uninstall Conpherence Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7847 Differential Revision: https://secure.phabricator.com/D12450 --- .../people/controller/PhabricatorPeopleProfileController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/people/controller/PhabricatorPeopleProfileController.php b/src/applications/people/controller/PhabricatorPeopleProfileController.php index 2413053f9f..688d798fbf 100644 --- a/src/applications/people/controller/PhabricatorPeopleProfileController.php +++ b/src/applications/people/controller/PhabricatorPeopleProfileController.php @@ -133,7 +133,7 @@ final class PhabricatorPeopleProfileController $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())