mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
Remove unneeded param from personal settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -135,7 +135,6 @@ class PersonalInfo implements ISettings {
|
||||
'twitterScope' => $userData[AccountManager::PROPERTY_TWITTER]['scope'],
|
||||
'twitterVerification' => $userData[AccountManager::PROPERTY_TWITTER]['verified'],
|
||||
'groups' => $this->getGroups($user),
|
||||
'passwordChangeSupported' => $user->canChangePassword(),
|
||||
] + $messageParameters + $languageParameters + $localeParameters;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user