From 59aeb7b036cb6d38c6649eec16995c432c051fef Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Fri, 3 Jul 2026 02:54:48 +0100 Subject: i forgot how named parameters work this is what i get for not writing any php in ages --- templates/thread_page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/thread_page.php') diff --git a/templates/thread_page.php b/templates/thread_page.php index f36930c..4fbdc05 100644 --- a/templates/thread_page.php +++ b/templates/thread_page.php @@ -3,7 +3,7 @@ use Digitigrade\Model\Note; use Digitigrade\Model\UserAccount; call_template('skeleton', [ - 'pageTitle' => '"' . $note->plainContent . '" - @' . $note->author->getFullHandle($convertIdn = true), + 'pageTitle' => '"' . $note->plainContent . '" - @' . $note->author->getFullHandle(convertIdn: true), 'renderTitleHeading' => false, 'ogTitle' => $note->author->displayName, 'ogDesc' => $note->plainContent, -- cgit v1.3