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

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') {