Remove unneeded param from personal settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
77f0633e59
commit
97c13debdc
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue