We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dca9d7 commit 73c249dCopy full SHA for 73c249d
lib/Controller/PageController.php
@@ -68,7 +68,7 @@ public function index() : TemplateResponse {
68
69
$this->initialState->provideInitialState(
70
'config',
71
- \OCP\Server::get(SettingsService::class)->getPublic($this->userSession->getUser()->getUID())
+ (array)\OCP\Server::get(SettingsService::class)->getPublic($this->userSession->getUser()->getUID())
72
);
73
74
0 commit comments