summaryrefslogtreecommitdiff
path: root/app/Controller/Board.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-08 23:19:40 +0200
committerFrédéric Guillot <fred@kanboard.net>2014-09-08 23:19:40 +0200
commite383c069f1aeba49ea9905f77a51bf663e614b0e (patch)
tree8164aa9e1fad104997e53c6e261bec991631dbbb /app/Controller/Board.php
parent8c6df9ef0cea757d25cbbcc6fa7cee86d8739627 (diff)
Add public view for tasks
Diffstat (limited to 'app/Controller/Board.php')
-rw-r--r--app/Controller/Board.php2
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