mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
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
This commit is contained in:
parent
52c6a9707f
commit
50e2d5174f
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue