aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-16 23:18:43 -0800
committerFriendika <info@friendika.com>2011-02-16 23:18:43 -0800
commit3cc63f2e6f17a9da6c023a4dc696a455a3d5286f (patch)
tree84bed986b9f06568c764f0090ee9603c82ce7aab /mod
parent0435236192b07ded8b537f802bc9fa261e64c461 (diff)
downloadvolse-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')
-rw-r--r--mod/network.php2
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') : '');