diff options
Diffstat (limited to 'app/Template/board/task_private.php')
-rw-r--r-- | app/Template/board/task_private.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Template/board/task_private.php b/app/Template/board/task_private.php index 77f3b958..44ce9d97 100644 --- a/app/Template/board/task_private.php +++ b/app/Template/board/task_private.php @@ -42,8 +42,6 @@ <?= $this->render('board/task_footer', array( 'task' => $task, - 'categories_listing' => $categories_listing, - 'categories_description' => $categories_description, 'not_editable' => $not_editable, )) ?> </div> |