summaryrefslogtreecommitdiff
path: root/src/web/_views/people/card.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/_views/people/card.php (renamed from src/web/_views/apps/people/card.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/apps/people/card.php b/src/web/_views/people/card.php
index 93b1350..7e040ba 100644
--- a/src/web/_views/apps/people/card.php
+++ b/src/web/_views/people/card.php
@@ -7,7 +7,7 @@
<div class="col">
<?=pfp($user, FALSE)?>
<div class="col ml">
- <span class="name"><?=$this->format_model->name($user)?></span>
+ <span class="name"><?=$this->format_name($user)?></span>
<span class="subtext"><?=$user['username']?></span>
</div>
</div>