diff options
| author | Frédéric Guillot <fred@kanboard.net> | 2014-05-23 10:14:25 -0400 |
|---|---|---|
| committer | Frédéric Guillot <fred@kanboard.net> | 2014-05-23 10:14:25 -0400 |
| commit | db76bcb593e34948dab2709bcb7b6c1139a37c72 (patch) | |
| tree | 99b3ee870b2e6225910799d81f3a6f51b19c13f3 /app/Model/Task.php | |
| parent | 7b53d47d467115a173c642526a7d2474a22f88fb (diff) | |
Minor code improvements
Diffstat (limited to 'app/Model/Task.php')
| -rw-r--r-- | app/Model/Task.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Model/Task.php b/app/Model/Task.php index f31594c9..faa33ca9 100644 --- a/app/Model/Task.php +++ b/app/Model/Task.php @@ -215,8 +215,6 @@ class Task extends Base { $this->db->startTransaction(); - $boardModel = new Board($this->db, $this->event); - // Get the original task $task = $this->getById($task_id); |
