aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/network.php')
-rw-r--r--mod/network.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php
index cbd1f4454..0807f9561 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -119,9 +119,15 @@ function network_content(&$a, $update = false) {
}
}
+ if($update)
+ $return_url = $_SESSION['return_url'];
+ else
+ $return_url = $_SESSION['return_url'] = $a->cmd;
+
+
if($item['last-child']) {
$comment = replace_macros($cmnt_tpl,array(
- '$return_path' => $a->cmd,
+ '$return_path' => $_SESSION['return_url'],
'$id' => $item['item_id'],
'$parent' => $item['parent'],
'$profile_uid' => $_SESSION['uid'],