]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Conversation.php
Merge pull request #11647 from Quix0r/fixes/type-error-exception
[friendica.git] / src / Content / Conversation.php
index 5cc2638495e5d88d59a0e9dc2368c741551fb8d4..a82cb35e008ea2448daabc065adbe864c6765ae7 100644 (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') {