diff options
author | Friendika <info@friendika.com> | 2011-02-16 23:18:43 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-16 23:18:43 -0800 |
commit | 3cc63f2e6f17a9da6c023a4dc696a455a3d5286f (patch) | |
tree | 84bed986b9f06568c764f0090ee9603c82ce7aab /mod/network.php | |
parent | 0435236192b07ded8b537f802bc9fa261e64c461 (diff) | |
download | volse-hubzilla-3cc63f2e6f17a9da6c023a4dc696a455a3d5286f.tar.gz volse-hubzilla-3cc63f2e6f17a9da6c023a4dc696a455a3d5286f.tar.bz2 volse-hubzilla-3cc63f2e6f17a9da6c023a4dc696a455a3d5286f.zip |
issues found when testing all live network modes
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index 998f8f6ec..4dc5d4b4c 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') : ''); |