From a3329ce0e8f63c42cdd90b28ee32a5938160a1fe Mon Sep 17 00:00:00 2001 From: Colin Williams Date: Thu, 29 Jan 2015 08:34:07 +0000 Subject: Allow public access to colors stylesheet. --- app/Model/Acl.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Model') diff --git a/app/Model/Acl.php b/app/Model/Acl.php index f6c54814..91680248 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -22,6 +22,7 @@ class Acl extends Base 'board' => array('readonly'), 'project' => array('feed'), 'webhook' => '*', + 'app' => array('colors'), ); /** -- cgit v1.2.3