summaryrefslogtreecommitdiff
path: root/app/Template/board/public.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/board/public.php')
-rw-r--r--app/Template/board/public.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Template/board/public.php b/app/Template/board/public.php
index 8eb6415d..9e5360ce 100644
--- a/app/Template/board/public.php
+++ b/app/Template/board/public.php
@@ -3,7 +3,8 @@
<?= $this->render('board/show', array(
'project' => $project,
'swimlanes' => $swimlanes,
- 'categories' => $categories,
+ 'categories_listing' => $categories_listing,
+ 'categories_description' => $categories_description,
'board_private_refresh_interval' => $board_private_refresh_interval,
'board_highlight_period' => $board_highlight_period,
'not_editable' => true,