Merge pull request #11619 from annando/update-community

Fix:  respected the account type on the community page update
This commit is contained in:
Hypolite Petovan 2022-06-07 15:14:55 -04:00 committed by GitHub
commit 2dc45af57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -507,6 +507,7 @@ class Conversation
. "<script> var profile_uid = -1; var netargs = '" . substr($this->args->getCommand(), 10)
. '?f='
. (!empty($_GET['no_sharer']) ? '&no_sharer=' . rawurlencode($_GET['no_sharer']) : '')
. (!empty($_GET['accounttype']) ? '&accounttype=' . rawurlencode($_GET['accounttype']) : '')
. "'; </script>\r\n";
}
} elseif ($mode === 'contacts') {