mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Initialize used variable
Blame Rev: rP5ad52694 Auditor: stephenyeargin
This commit is contained in:
parent
93e37e9060
commit
63b4183d9a
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue