mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
Fix location source
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
parent
2cd3fd3dc2
commit
7562eddb69
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class PersonalInfo implements ISettings {
|
|||
'twitterScope' => $userData[AccountManager::PROPERTY_TWITTER]['scope'],
|
||||
'twitterVerification' => $userData[AccountManager::PROPERTY_TWITTER]['verified'],
|
||||
'groups' => $this->getGroups($user),
|
||||
'dataLocation' => 'Germany',
|
||||
'dataLocation' => $this->config->getSystemValue(ServerInfo::SETTING_LOCATION),
|
||||
'provider' => $this->config->getSystemValue(ServerInfo::SETTING_PROVIDER),
|
||||
'providerLink' => $this->config->getSystemValue(ServerInfo::SETTING_PROVIDER_WEBSITE),
|
||||
'providerPrivacyLink' => $this->config->getSystemValue(ServerInfo::SETTING_PROVIDER_PRIVACY_LINK),
|
||||
|
|
|
|||
Loading…
Reference in a new issue