Skip to content

Commit

Permalink
typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Oct 4, 2024
1 parent 795bfca commit 09cfa94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solid/lib/Settings/SolidAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public function __construct(IConfig $config, IL10N $l) {
*/
public function getForm() {
$parameters = [
'privateKey' => $this->config->getAppValue('solid','privateKey'),
'encryptionKey' => this->config->getAppValue('solid','encryptionKey'),
'privateKey' => $this->config->getAppValue('solid','privateKey'),
'encryptionKey' => $this->config->getAppValue('solid','encryptionKey')
];

return new TemplateResponse('solid', 'admin', $parameters, '');
Expand Down

0 comments on commit 09cfa94

Please sign in to comment.