wrong return url for ajax comments on display and photos pages
This commit is contained in:
parent
7b26500510
commit
1dea6a2d71
4 changed files with 5 additions and 3 deletions
|
@ -1048,7 +1048,7 @@ function photos_content(&$a) {
|
|||
if($can_post || can_write_wall($a,$owner_uid)) {
|
||||
if($link_item['last-child']) {
|
||||
$o .= replace_macros($cmnt_tpl,array(
|
||||
'$return_path' => $return_url,
|
||||
'$return_path' => '', // $return_url,
|
||||
'$type' => 'wall-comment',
|
||||
'$id' => $link_item['id'],
|
||||
'$parent' => $link_item['id'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue