From: Michael Date: Wed, 18 Oct 2017 18:54:06 +0000 (+0000) Subject: Bugfix: Switch to all networks when posts for a single contact are selected. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c92ed9bc5ed662bc446596c1a75b2f6157f686d9;p=friendica.git Bugfix: Switch to all networks when posts for a single contact are selected. --- diff --git a/mod/network.php b/mod/network.php index 4734e33577..f79becd9d0 100644 --- a/mod/network.php +++ b/mod/network.php @@ -37,6 +37,8 @@ function network_init(App $a) { $is_a_date_query = false; if (x($_GET, 'cid') && intval($_GET['cid']) != 0) { $cid = $_GET['cid']; + $_GET['nets'] = 'all'; + } if ($a->argc > 1) {