1
0
Fork 0

preliminary ajax comment setups

This commit is contained in:
Friendika 2011-02-12 03:14:59 -08:00
commit 3d9845f4a4
4 changed files with 6 additions and 3 deletions

View file

@ -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'],