Bugfix: Switch to all networks when posts for a single contact are selected.
This commit is contained in:
parent
48e471855e
commit
c92ed9bc5e
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue