From 37a612def86cd996956dda7bc61471015d17ad80 Mon Sep 17 00:00:00 2001 From: Karnovsky A Date: Fri, 25 Mar 2016 12:50:30 +0200 Subject: [PATCH] Merge branch 'master' of gitlab.artweb.com.ua:root/baucenter --- backend/controllers/CategoryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/controllers/CategoryController.php b/backend/controllers/CategoryController.php index 4aeaa4c..45e7ffb 100644 --- a/backend/controllers/CategoryController.php +++ b/backend/controllers/CategoryController.php @@ -30,7 +30,7 @@ class CategoryController extends Controller 'allow' => true, ], [ - 'actions' => ['logout', 'index'], + 'actions' => ['logout', 'index', 'create', 'update', 'view', 'delete'], 'allow' => true, 'roles' => ['@'], ], -- libgit2 0.21.4