diff options
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php index 2685959a3..94ea065e9 100644 --- a/mod/network.php +++ b/mod/network.php @@ -108,6 +108,7 @@ function network_content(&$a) { if($item['last-child']) { $comment = replace_macros($cmnt_tpl,array( + '$return_path' => $a->cmd, '$id' => $item['item_id'], '$parent' => $item['parent'], '$profile_uid' => $_SESSION['uid'], |