it seems we do not have an key called item_id here so must be id only
This commit is contained in:
parent
aa0aa22b8a
commit
0c2d9edd83
@ -1070,7 +1070,7 @@ function photos_content(&$a) {
|
||||
$body_e = prepare_text($item['body'],$item['mimetype']);
|
||||
|
||||
$comments .= replace_macros($template,array(
|
||||
'$id' => $item['item_id'],
|
||||
'$id' => $item['id'],
|
||||
'$mode' => 'photos',
|
||||
'$profile_url' => $profile_link,
|
||||
'$name' => $name_e,
|
||||
|
Reference in New Issue
Block a user