aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/network.php')
-rw-r--r--mod/network.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php
index a91760f7f..db6f8e259 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -23,6 +23,8 @@ function network_content(&$a, $update = false) {
if($a->argc > 1)
$group = intval($a->argv[1]);
+ $_SESSION['return_url'] = $a->cmd;
+
$tpl = file_get_contents('view/jot-header.tpl');
$a->page['htmlhead'] .= replace_macros($tpl, array('$baseurl' => $a->get_baseurl()));