From: Friendika Date: Thu, 17 Feb 2011 07:18:43 +0000 (-0800) Subject: issues found when testing all live network modes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3cc63f2e6f17a9da6c023a4dc696a455a3d5286f;p=friendica.git issues found when testing all live network modes --- diff --git a/mod/network.php b/mod/network.php index 998f8f6ec1..4dc5d4b4ca 100644 --- a/mod/network.php +++ b/mod/network.php @@ -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') : '');