Missed one!
This commit is contained in:
parent
df5dbdf3ad
commit
344a3c9160
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ try {
|
||||||
}
|
}
|
||||||
|
|
||||||
Template::render('forum.posting', [
|
Template::render('forum.posting', [
|
||||||
'posting_breadcrumbs' => $forumCategories->getCategoryAncestry($categoryInfo),
|
'posting_breadcrumbs' => iterator_to_array($forumCategories->getCategoryAncestry($categoryInfo)),
|
||||||
'global_accent_colour' => $forumCategories->getCategoryColour($categoryInfo),
|
'global_accent_colour' => $forumCategories->getCategoryColour($categoryInfo),
|
||||||
'posting_user' => $currentUser,
|
'posting_user' => $currentUser,
|
||||||
'posting_user_colour' => $usersCtx->getUserColour($currentUser),
|
'posting_user_colour' => $usersCtx->getUserColour($currentUser),
|
||||||
|
|
Loading…
Reference in a new issue