it seems we do not have an key called item_id here so must be id only

This commit is contained in:
marijus 2014-10-15 21:15:20 +02:00
parent aa0aa22b8a
commit 0c2d9edd83

View File

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