diff options
author | marijus <mario@mariovavti.com> | 2014-10-15 21:17:07 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-15 21:17:07 +0200 |
commit | dc23030dcb18a23e7c8e74f6bf7076a3d31b9c60 (patch) | |
tree | d2164d66e82dfbb036cb48d9aac2c2f017bea1e8 /mod | |
parent | 0c2d9edd83c41866cda939b12f5127e94022a276 (diff) | |
download | volse-hubzilla-dc23030dcb18a23e7c8e74f6bf7076a3d31b9c60.tar.gz volse-hubzilla-dc23030dcb18a23e7c8e74f6bf7076a3d31b9c60.tar.bz2 volse-hubzilla-dc23030dcb18a23e7c8e74f6bf7076a3d31b9c60.zip |
one more item_id > id
Diffstat (limited to 'mod')
-rw-r--r-- | mod/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php index 611434078..41aae0ec3 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -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 )); |