Fix: respected the account type on the community page update
This commit is contained in:
parent
6b0b8848a4
commit
d2772908e4
1 changed files with 1 additions and 0 deletions
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue