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:
parent
5c1fa23913
commit
3304d7a341
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue