diff options
| author | Frédéric Guillot <fred@kanboard.net> | 2014-09-08 23:19:40 +0200 |
|---|---|---|
| committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-08 23:19:40 +0200 |
| commit | e383c069f1aeba49ea9905f77a51bf663e614b0e (patch) | |
| tree | 8164aa9e1fad104997e53c6e261bec991631dbbb /app/Controller/Board.php | |
| parent | 8c6df9ef0cea757d25cbbcc6fa7cee86d8739627 (diff) | |
Add public view for tasks
Diffstat (limited to 'app/Controller/Board.php')
| -rw-r--r-- | app/Controller/Board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Board.php b/app/Controller/Board.php index 4724cae5..71d94a29 100644 --- a/app/Controller/Board.php +++ b/app/Controller/Board.php @@ -167,7 +167,7 @@ class Board extends Base // Token verification if (! $project) { - $this->response->text('Not Authorized', 401); + $this->forbidden(true); } // Display the board with a specific layout |
