]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: Switch to all networks when posts for a single contact are selected.
authorMichael <heluecht@pirati.ca>
Wed, 18 Oct 2017 18:54:06 +0000 (18:54 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 18 Oct 2017 18:54:06 +0000 (18:54 +0000)
mod/network.php

index 4734e33577d38f1853487f2bdd1154a7629b7895..f79becd9d0af2d0717c572aac7c3a0a68c8c528f 100644 (file)
@@ -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) {