@@ -149,8 +149,6 @@ public function getForm(): TemplateResponse {
149149 'avatarScope ' => $ account ->getProperty (IAccountManager::PROPERTY_AVATAR )->getScope (),
150150 'phone ' => $ account ->getProperty (IAccountManager::PROPERTY_PHONE )->getValue (),
151151 'phoneScope ' => $ account ->getProperty (IAccountManager::PROPERTY_PHONE )->getScope (),
152- 'address ' => $ account ->getProperty (IAccountManager::PROPERTY_ADDRESS )->getValue (),
153- 'addressScope ' => $ account ->getProperty (IAccountManager::PROPERTY_ADDRESS )->getScope (),
154152 'website ' => $ account ->getProperty (IAccountManager::PROPERTY_WEBSITE )->getValue (),
155153 'websiteScope ' => $ account ->getProperty (IAccountManager::PROPERTY_WEBSITE )->getScope (),
156154 'websiteVerification ' => $ account ->getProperty (IAccountManager::PROPERTY_WEBSITE )->getVerified (),
@@ -162,8 +160,9 @@ public function getForm(): TemplateResponse {
162160 $ personalInfoParameters = [
163161 'userId ' => $ uid ,
164162 'displayName ' => $ this ->getProperty ($ account , IAccountManager::PROPERTY_DISPLAYNAME ),
165- 'twitter ' => $ this ->getProperty ($ account , IAccountManager::PROPERTY_TWITTER ),
166163 'emailMap ' => $ this ->getEmailMap ($ account ),
164+ 'location ' => $ this ->getProperty ($ account , IAccountManager::PROPERTY_ADDRESS ),
165+ 'twitter ' => $ this ->getProperty ($ account , IAccountManager::PROPERTY_TWITTER ),
167166 'languageMap ' => $ this ->getLanguageMap ($ user ),
168167 'profileEnabledGlobally ' => $ this ->profileManager ->isProfileEnabled (),
169168 'profileEnabled ' => $ this ->profileManager ->isProfileEnabled ($ user ),
0 commit comments