summaryrefslogtreecommitdiff
path: root/app/Template/board/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/board/index.php')
-rw-r--r--app/Template/board/index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Template/board/index.php b/app/Template/board/index.php
index f87e0077..6f6fddbe 100644
--- a/app/Template/board/index.php
+++ b/app/Template/board/index.php
@@ -9,8 +9,6 @@
<?= $this->render('board/show', array(
'project' => $project,
'swimlanes' => $swimlanes,
- 'categories_listing' => $categories_listing,
- 'categories_description' => $categories_description,
'board_private_refresh_interval' => $board_private_refresh_interval,
'board_highlight_period' => $board_highlight_period,
)) ?>