@@ -145,7 +145,7 @@ |
||
| 145 | 145 | } |
| 146 | 146 | |
| 147 | 147 | return $this->config->getSystemValueString( |
| 148 | - Application::APP_NAME . '.' . $key, |
|
| 148 | + Application::APP_NAME.'.'.$key, |
|
| 149 | 149 | (string)$this->config->getAppValue(Application::APP_NAME, $key, $defaultValue) |
| 150 | 150 | ); |
| 151 | 151 | } |