We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795bfca commit 09cfa94Copy full SHA for 09cfa94
1 file changed
solid/lib/Settings/SolidAdmin.php
@@ -21,8 +21,8 @@ public function __construct(IConfig $config, IL10N $l) {
21
*/
22
public function getForm() {
23
$parameters = [
24
- 'privateKey' => $this->config->getAppValue('solid','privateKey'),
25
- 'encryptionKey' => this->config->getAppValue('solid','encryptionKey'),
+ 'privateKey' => $this->config->getAppValue('solid','privateKey'),
+ 'encryptionKey' => $this->config->getAppValue('solid','encryptionKey')
26
];
27
28
return new TemplateResponse('solid', 'admin', $parameters, '');
0 commit comments