diff options
Diffstat (limited to 'src/web/_views/template/post.php')
-rw-r--r-- | src/web/_views/template/post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/template/post.php b/src/web/_views/template/post.php index 83a72bf..0633985 100644 --- a/src/web/_views/template/post.php +++ b/src/web/_views/template/post.php @@ -61,7 +61,7 @@ </div> <?php if ($self): ?> <div class="row pb"> - <?php $this->view('template/pfp', array('user' => $user))?> + <?php $this->view('template/pfp', array('user' => $self))?> <form class="ml action-new-comment-form row"> <input type="hidden" |