1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-31 17:08:22 +01:00

Fix header object call in Releeph

Summary: These were recently removed and are hard to find.

Test Plan: I honestly didn't test this.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D13657
This commit is contained in:
Chad Little 2015-07-19 07:43:20 -07:00
parent ed676efdca
commit c3e16e26c9

View file

@ -116,10 +116,6 @@ final class ReleephRequestView extends AphrontView {
$text = ReleephRequestStatus::getStatusDescriptionFor($pull->getStatus());
$header->setStatus($icon, $color, $text);
if ($this->getIsListView()) {
$header->setObjectName($pull->getMonogram());
}
return $header;
}