]> git.mxchange.org Git - friendica.git/commitdiff
issues found when testing all live network modes
authorFriendika <info@friendika.com>
Thu, 17 Feb 2011 07:18:43 +0000 (23:18 -0800)
committerFriendika <info@friendika.com>
Thu, 17 Feb 2011 07:18:43 +0000 (23:18 -0800)
mod/network.php

index 998f8f6ec1e7e8ee0d6b3e2b6af043a5ababc9d0..4dc5d4b4ca26e12da6a0d1db1a3de8971820e3d4 100644 (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') : '');