diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-01 20:55:21 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-01 20:55:21 -0400 |
commit | 747b9434d3ef82f55d96185c5afa6d155642ba15 (patch) | |
tree | c36610d5856f11e399e0d1f4f3442b8ede8ff687 /app/Template/board/index.php | |
parent | 471e46e70294684efc6d7edfc814d5b9ca04738b (diff) |
Remove method Category::getBoardCategories()
Diffstat (limited to 'app/Template/board/index.php')
-rw-r--r-- | app/Template/board/index.php | 2 |
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, )) ?> |