From a0227cad69aff9486fba1d7b2a19e6da97450100 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 10 Sep 2016 23:12:38 -0400 Subject: Define only what is allowed for column restrictions --- app/Controller/BoardAjaxController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller/BoardAjaxController.php') diff --git a/app/Controller/BoardAjaxController.php b/app/Controller/BoardAjaxController.php index 5e771fd6..cc3b846e 100644 --- a/app/Controller/BoardAjaxController.php +++ b/app/Controller/BoardAjaxController.php @@ -36,7 +36,7 @@ class BoardAjaxController extends BaseController ); if (! $canMoveTask) { - throw new AccessForbiddenException("You don't have the permission to move this task"); + throw new AccessForbiddenException(e("You don't have the permission to move this task")); } $result =$this->taskPositionModel->movePosition( -- cgit v1.2.3