diff options
Diffstat (limited to 'modules/comment/views')
| -rw-r--r-- | modules/comment/views/comment.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/comment/views/comment.html.php b/modules/comment/views/comment.html.php index 2b306404..4cd1663c 100644 --- a/modules/comment/views/comment.html.php +++ b/modules/comment/views/comment.html.php @@ -2,10 +2,10 @@ <li id="gComment-<?= $comment->id; ?>"> <p> <a href="#" class="gAuthor"><?= $comment->author ?></a> - <?= comment::format_elapsed_time($comment->datetime) ?>, - <span class="gUnderstate"><?= strftime('%c', $comment->datetime) ?></span> + <?= comment::format_elapsed_time($comment->created) ?>, + <span class="gUnderstate"><?= strftime('%c', $comment->created) ?></span> </p> <div> - <?= $comment->text ?> + <?= $comment->text ?> </div> </li> |
