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/public.php | |
parent | 471e46e70294684efc6d7edfc814d5b9ca04738b (diff) |
Remove method Category::getBoardCategories()
Diffstat (limited to 'app/Template/board/public.php')
-rw-r--r-- | app/Template/board/public.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Template/board/public.php b/app/Template/board/public.php index 9e5360ce..ad7515db 100644 --- a/app/Template/board/public.php +++ b/app/Template/board/public.php @@ -3,8 +3,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, 'not_editable' => true, |