Bugfix: Switch to all networks when posts for a single contact are selected.

This commit is contained in:
Michael 2017-10-18 18:54:06 +00:00
parent 48e471855e
commit c92ed9bc5e
1 changed files with 2 additions and 0 deletions

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