diff options
author | Colin Williams <github@crwilliams.co.uk> | 2015-01-29 08:34:07 +0000 |
---|---|---|
committer | Colin Williams <github@crwilliams.co.uk> | 2015-01-29 08:40:04 +0000 |
commit | a3329ce0e8f63c42cdd90b28ee32a5938160a1fe (patch) | |
tree | 3a5d0936c0afd3379926d5e141187cae73f53647 /app/Model/Acl.php | |
parent | 72913c33d37c9b84b88234d5a15b49c9bf4846a9 (diff) |
Allow public access to colors stylesheet.
Diffstat (limited to 'app/Model/Acl.php')
-rw-r--r-- | app/Model/Acl.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'), ); /** |