]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Conversation.php
Fix code standards
[friendica.git] / src / Content / Conversation.php
index 34f3b923c2914a7b4dc8f37c36e316c58465e09a..c52517cf8a350c87da7e6ffb92d038310d92aa55 100644 (file)
@@ -495,6 +495,7 @@ class Conversation
                                        . (!empty($_GET['cmin'])      ? '&cmin='      . rawurlencode($_GET['cmin'])      : '')
                                        . (!empty($_GET['cmax'])      ? '&cmax='      . rawurlencode($_GET['cmax'])      : '')
                                        . (!empty($_GET['file'])      ? '&file='      . rawurlencode($_GET['file'])      : '')
+                                       . (!empty($_GET['channel'])   ? '&channel='   . rawurlencode($_GET['channel'])   : '')
                                        . (!empty($_GET['no_sharer']) ? '&no_sharer=' . rawurlencode($_GET['no_sharer']) : '')
                                        . (!empty($_GET['accounttype']) ? '&accounttype=' . rawurlencode($_GET['accounttype']) : '')
                                        . "'; </script>\r\n";