Skip to content

Commit 09cfa94

Browse files
committed
typofix
1 parent 795bfca commit 09cfa94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

solid/lib/Settings/SolidAdmin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public function __construct(IConfig $config, IL10N $l) {
2121
*/
2222
public function getForm() {
2323
$parameters = [
24-
'privateKey' => $this->config->getAppValue('solid','privateKey'),
25-
'encryptionKey' => this->config->getAppValue('solid','encryptionKey'),
24+
'privateKey' => $this->config->getAppValue('solid','privateKey'),
25+
'encryptionKey' => $this->config->getAppValue('solid','encryptionKey')
2626
];
2727

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

0 commit comments

Comments
 (0)