ajax reload fixes
This commit is contained in:
@@ -153,7 +153,8 @@ function display_content(&$a) {
|
||||
}
|
||||
if($item['last-child']) {
|
||||
$comment = replace_macros($cmnt_tpl,array(
|
||||
'$return_path' => '', // $_SESSION['return_url'],
|
||||
'$return_path' => '',
|
||||
'$jsreload' => $_SESSION['return_url'],
|
||||
'$type' => 'wall-comment',
|
||||
'$id' => $item['item_id'],
|
||||
'$parent' => $item['parent'],
|
||||
|
||||
Reference in New Issue
Block a user