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

View file

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