Skip to content

Commit

Permalink
Merge pull request #3218 from nextcloud/bugfix/noid/instance-id
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Oct 10, 2023
2 parents 17389a7 + b6ac189 commit 28d6a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/InitialStateService.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function provideCapabilities(): void {
$this->initialState->provideInitialState('productName', $this->capabilitiesService->getProductName());
$this->initialState->provideInitialState('hasDrawSupport', $this->capabilitiesService->hasDrawSupport());
$this->initialState->provideInitialState('hasNextcloudBranding', $this->capabilitiesService->hasNextcloudBranding());
$this->initialState->provideInitialState('instanceid', $this->config->getSystemValue('instanceid'));
$this->initialState->provideInitialState('instanceId', $this->config->getSystemValue('instanceid'));

$this->provideOptions();

Expand Down

0 comments on commit 28d6a71

Please sign in to comment.