1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +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:
Bob Trahan 2011-12-29 08:53:59 -08:00
parent 46baa3b7ae
commit 890f0ff7fa

View file

@ -70,7 +70,7 @@ abstract class HeraldController extends PhabricatorController {
'name' => 'Help',
),
);
$page->setTabs($tabs. null);
$page->setTabs($tabs, null);
$response = new AphrontWebpageResponse();
return $response->setContent($page->render());