From 4c111845e8e67ad2313185db116f203391f11de3 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Thu, 5 Jan 2023 00:23:49 +0000 Subject: Fix default phone region validation Signed-off-by: Christopher Ng --- apps/settings/lib/Settings/Personal/PersonalInfo.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/settings/lib') diff --git a/apps/settings/lib/Settings/Personal/PersonalInfo.php b/apps/settings/lib/Settings/Personal/PersonalInfo.php index cf7b704e98b..535c1606527 100644 --- a/apps/settings/lib/Settings/Personal/PersonalInfo.php +++ b/apps/settings/lib/Settings/Personal/PersonalInfo.php @@ -154,6 +154,7 @@ class PersonalInfo implements ISettings { 'displayName' => $this->getProperty($account, IAccountManager::PROPERTY_DISPLAYNAME), 'emailMap' => $this->getEmailMap($account), 'phone' => $this->getProperty($account, IAccountManager::PROPERTY_PHONE), + 'defaultPhoneRegion' => $this->config->getSystemValueString('default_phone_region'), 'location' => $this->getProperty($account, IAccountManager::PROPERTY_ADDRESS), 'website' => $this->getProperty($account, IAccountManager::PROPERTY_WEBSITE), 'twitter' => $this->getProperty($account, IAccountManager::PROPERTY_TWITTER), -- cgit v1.2.3