mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-30 10:42:41 +01:00
...fix my fat finger period to a comma
Summary: see above Test Plan: no errors on herald controller Reviewers: epriestley
This commit is contained in:
parent
46baa3b7ae
commit
890f0ff7fa
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ abstract class HeraldController extends PhabricatorController {
|
||||||
'name' => 'Help',
|
'name' => 'Help',
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
$page->setTabs($tabs. null);
|
$page->setTabs($tabs, null);
|
||||||
|
|
||||||
$response = new AphrontWebpageResponse();
|
$response = new AphrontWebpageResponse();
|
||||||
return $response->setContent($page->render());
|
return $response->setContent($page->render());
|
||||||
|
|
Loading…
Reference in a new issue