aboutsummaryrefslogtreecommitdiffstats
path: root/mod/photos.php
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-15 21:17:07 +0200
committermarijus <mario@mariovavti.com>2014-10-15 21:17:07 +0200
commitdc23030dcb18a23e7c8e74f6bf7076a3d31b9c60 (patch)
treed2164d66e82dfbb036cb48d9aac2c2f017bea1e8 /mod/photos.php
parent0c2d9edd83c41866cda939b12f5127e94022a276 (diff)
downloadvolse-hubzilla-dc23030dcb18a23e7c8e74f6bf7076a3d31b9c60.tar.gz
volse-hubzilla-dc23030dcb18a23e7c8e74f6bf7076a3d31b9c60.tar.bz2
volse-hubzilla-dc23030dcb18a23e7c8e74f6bf7076a3d31b9c60.zip
one more item_id > id
Diffstat (limited to 'mod/photos.php')
-rw-r--r--mod/photos.php2
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
));