@@ -146,7 +146,7 @@ |
||
146 | 146 | */ |
147 | 147 | public function getAppValue(string $key): string { |
148 | 148 | return $this->config->getSystemValueString( |
149 | - Application::APP_ID . '.' . $key, |
|
149 | + Application::APP_ID.'.'.$key, |
|
150 | 150 | (string)$this->config->getAppValue(Application::APP_ID, |
151 | 151 | $key, |
152 | 152 | $this->defaults[$key] ?? '') |