Fix: respected the account type on the community page update

This commit is contained in:
Michael 2022-06-07 18:52:46 +00:00
parent 6b0b8848a4
commit d2772908e4
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') {