summaryrefslogtreecommitdiff
path: root/app/Model/Acl.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/Acl.php')
-rw-r--r--app/Model/Acl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php
index 4d4a22a7..9fc81747 100644
--- a/app/Model/Acl.php
+++ b/app/Model/Acl.php
@@ -39,7 +39,7 @@ class Acl extends Base
'subtask' => '*',
'task' => '*',
'tasklink' => '*',
- 'calendar' => array('show', 'project', 'save'),
+ 'calendar' => array('show', 'project'),
);
/**