summaryrefslogtreecommitdiff
path: root/src/web/_views/template/post.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-04-02 18:13:02 -0400
committerFreya Murphy <freya@freyacat.org>2024-04-02 18:13:02 -0400
commit7e2553646c27cae8baaca1cc5c13d980661b5d90 (patch)
tree822b9a2184834fd8913d7a3d8cfe5cf0005c1728 /src/web/_views/template/post.php
parentstart custom banner and avatar loading (diff)
downloadxssbook2-7e2553646c27cae8baaca1cc5c13d980661b5d90.tar.gz
xssbook2-7e2553646c27cae8baaca1cc5c13d980661b5d90.tar.bz2
xssbook2-7e2553646c27cae8baaca1cc5c13d980661b5d90.zip
finish profile directory (mostly)
Diffstat (limited to '')
-rw-r--r--src/web/_views/template/post.php2
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"