aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/actor/profile_page.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/actor/profile_page.php')
-rw-r--r--templates/actor/profile_page.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/actor/profile_page.php b/templates/actor/profile_page.php
index 53bd47d..f954c95 100644
--- a/templates/actor/profile_page.php
+++ b/templates/actor/profile_page.php
@@ -8,7 +8,7 @@ $lang = get_ui_language();
$actorUser = UserAccount::findByLinkedActor($actor);
call_template('skeleton', [
- 'pageTitle' => "$actor->displayName - @" . $actor->getFullHandle($convertIdn = true),
+ 'pageTitle' => "$actor->displayName - @" . $actor->getFullHandle(convertIdn: true),
'renderTitleHeading' => false,
'ogTitle' => $actor->displayName,
'ogDesc' => $actor->bio,