one more item_id > id
This commit is contained in:
parent
0c2d9edd83
commit
dc23030dcb
@ -1079,7 +1079,7 @@ function photos_content(&$a) {
|
||||
'$title' => $title_e,
|
||||
'$body' => $body_e,
|
||||
'$ago' => relative_date($item['created']),
|
||||
'$indent' => (($item['parent'] != $item['item_id']) ? ' comment' : ''),
|
||||
'$indent' => (($item['parent'] != $item['id']) ? ' comment' : ''),
|
||||
'$drop' => $drop,
|
||||
'$comment' => $comment
|
||||
));
|
||||
|
Reference in New Issue
Block a user