Render the public key on the project edit page. CLose #722 done by @leewillis77
This commit is contained in:
parent
2255767dc1
commit
7c4a926166
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ class ProjectController extends PHPCI\Controller
|
|||
$view->type = 'edit';
|
||||
$view->project = $project;
|
||||
$view->form = $form;
|
||||
$view->key = null;
|
||||
$view->key = $values['pubkey'];
|
||||
|
||||
return $view->render();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue