1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-20 12:30:56 +01:00

Fix fatal in XHProf

Summary: 4th times the charm? There is some confusion with Headers that could be simplified, obviously.

Test Plan: Read PHUIObjectBoxView and select correct method.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11841
This commit is contained in:
Chad Little 2015-02-20 15:01:38 -08:00
parent 5c1fa23913
commit 3304d7a341

View file

@ -116,7 +116,7 @@ final class PhabricatorXHProfProfileSymbolView
));
$panel = new PHUIObjectBoxView();
$panel->setHeader(pht('XHProf Profile'));
$panel->setHeaderText(pht('XHProf Profile'));
$panel->appendChild($table);
return $panel->render();