diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-17 22:09:44 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-17 22:09:44 -0400 |
commit | ac6e7bdfbf3479c655d7b883e50b6b01aa08784d (patch) | |
tree | acf23fc0c3417bb8a3ad8423b945942ab69969a2 /app/Model/Acl.php | |
parent | 16973bb2220be77e8969e29f560b46a0fbf80f66 (diff) |
Add iCalendar public access for projects
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 d7b96b06..6d5e6d50 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -24,6 +24,7 @@ class Acl extends Base 'project' => array('feed'), 'webhook' => '*', 'app' => array('colors'), + 'ical' => '*', ); /** |