Merge pull request #3808 from annando/nets-cid

Bugfix: Switch to all networks when posts for a single contact are selected
This commit is contained in:
rabuzarus 2017-10-18 21:30:39 +02:00 committed by GitHub
commit 1b53b8cae9

View 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) {