diff options
Diffstat (limited to 'src/web/_views/template/comment.php')
-rw-r--r-- | src/web/_views/template/comment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/template/comment.php b/src/web/_views/template/comment.php index 3ff473b..cf2c0b4 100644 --- a/src/web/_views/template/comment.php +++ b/src/web/_views/template/comment.php @@ -4,7 +4,7 @@ $format_model = $this->load->model('format'); ?> <div class="comment row mt"> - <?php $this->view('template/pfp', array('user' => $user))?> + <?=pfp($user)?> <div class="ml col sub-card"> <div class="row"> <strong><?=$format_model->name($user)?></strong> |