Initialize used variable
Blame Rev: rP5ad52694 Auditor: stephenyeargin
This commit is contained in:
@@ -136,7 +136,8 @@ extends PhabricatorAuthController {
|
||||
|
||||
// display time -- make a nice form for the user to grant the client
|
||||
// access to the granularity specified by $scope
|
||||
$title = 'Authorize '.$client->getName().'?';
|
||||
$name = $client->getName();
|
||||
$title = pht('Authorize %s?', $name);
|
||||
$panel = new AphrontPanelView();
|
||||
$panel->setWidth(AphrontPanelView::WIDTH_FORM);
|
||||
$panel->setHeader($title);
|
||||
|
||||
Reference in New Issue
Block a user