Missed one!

This commit is contained in:
flash 2024-02-09 16:07:43 +00:00
parent df5dbdf3ad
commit 344a3c9160
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ try {
}
Template::render('forum.posting', [
'posting_breadcrumbs' => $forumCategories->getCategoryAncestry($categoryInfo),
'posting_breadcrumbs' => iterator_to_array($forumCategories->getCategoryAncestry($categoryInfo)),
'global_accent_colour' => $forumCategories->getCategoryColour($categoryInfo),
'posting_user' => $currentUser,
'posting_user_colour' => $usersCtx->getUserColour($currentUser),