diff --git a/app/Controller/Component/ACLComponent.php b/app/Controller/Component/ACLComponent.php index ed2a1a0ab..8532ecb83 100644 --- a/app/Controller/Component/ACLComponent.php +++ b/app/Controller/Component/ACLComponent.php @@ -115,6 +115,7 @@ class ACLComponent extends Component 'getEventGraphReferences' => array('*'), 'getEventGraphTags' => array('*'), 'getEventGraphGeneric' => array('*'), + 'genDistributionGraph' => array('*'), 'getDistributionGraph' => array('*'), 'getReferenceData' => array('*'), 'getReferences' => array('*'),