diff options
Diffstat (limited to 'src/web/_views/comments.php')
-rw-r--r-- | src/web/_views/comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/comments.php b/src/web/_views/comments.php index 0544f84..78cc1cb 100644 --- a/src/web/_views/comments.php +++ b/src/web/_views/comments.php @@ -3,7 +3,7 @@ <?php if ($comments) foreach($comments as $comment) { - $date = $this->main->format_date($comment['created']); + $date = $this->format_date($comment['created']); echo '<div class="comment">'; echo '<h3 class="header">' . esc($comment['author']) . '</h3>'; |