aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-12 03:14:59 -0800
committerFriendika <info@friendika.com>2011-02-12 03:14:59 -0800
commit3d9845f4a45f963161e31fe18d69ed31e38af003 (patch)
tree82b3e8168f940336892e0447214898e2d8cabae6 /mod/profile.php
parent4081ebe6c5f4e36f7b4ef288005995d959633fce (diff)
downloadvolse-hubzilla-3d9845f4a45f963161e31fe18d69ed31e38af003.tar.gz
volse-hubzilla-3d9845f4a45f963161e31fe18d69ed31e38af003.tar.bz2
volse-hubzilla-3d9845f4a45f963161e31fe18d69ed31e38af003.zip
preliminary ajax comment setups
Diffstat (limited to 'mod/profile.php')
-rw-r--r--mod/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php
index 8ec29d382..57abc479d 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -293,7 +293,7 @@ function profile_content(&$a, $update = 0) {
}
if($item['last-child']) {
$comment = replace_macros($cmnt_tpl,array(
- '$return_path' => $_SESSION['return_url'],
+ '$return_path' => '', // $_SESSION['return_url'],
'$type' => 'wall-comment',
'$id' => $item['item_id'],
'$parent' => $item['parent'],