summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Model/Task.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Model/Task.php b/app/Model/Task.php
index e35bd383..8c1fec8e 100644
--- a/app/Model/Task.php
+++ b/app/Model/Task.php
@@ -565,7 +565,6 @@ class Task extends Base
$board = $this->db->table(Board::TABLE)->eq('project_id', $project_id)->asc('position')->findAllByColumn('id');
$columns = array();
- $task_id = (int) $task_id;
// Prepare the columns
foreach ($board as $board_column_id) {