Remove debug setting
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
parent
5712997087
commit
b8d25a1247
|
@ -148,7 +148,7 @@ class PersonalInfo implements ISettings {
|
|||
'provider' => $this->config->getSystemValue(ServerInfo::SETTING_PROVIDER),
|
||||
'providerLink' => $this->config->getSystemValue(ServerInfo::SETTING_PROVIDER_WEBSITE),
|
||||
'providerPrivacyLink' => $this->config->getSystemValue(ServerInfo::SETTING_PROVIDER_PRIVACY_LINK),
|
||||
'encryptionEnabled' => true || $this->encryptionManager->isEnabled(),
|
||||
'encryptionEnabled' => $this->encryptionManager->isEnabled(),
|
||||
'adminName' => $adminContact !== null ? $adminContact->getDisplayName() : '',
|
||||
'adminMail' => $adminContact !== null ? $adminContact->getEMailAddress() : '',
|
||||
] + $messageParameters + $languageParameters + $localeParameters;
|
||||
|
|
Loading…
Reference in New Issue