issues found when testing all live network modes

This commit is contained in:
Friendika 2011-02-16 23:18:43 -08:00
parent 0435236192
commit 3cc63f2e6f
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ function network_content(&$a, $update = 0) {
}
$_SESSION['netarg'] = array('nouveau' => $nouveau, 'group' => $group, 'page' => $a->pager['page']);
$_SESSION['netargs'] = array('nouveau' => $nouveau, 'group' => $group, 'page' => $a->pager['page']);
$_SESSION['return_url'] = $a->cmd;
$geotag = (($a->user['allow_location']) ? load_view_file('view/jot_geotag.tpl') : '');