diff --git a/app/Lib/Tools/DistributionGraphTool.php b/app/Lib/Tools/DistributionGraphTool.php index 6cc41ec18..ced65fa45 100644 --- a/app/Lib/Tools/DistributionGraphTool.php +++ b/app/Lib/Tools/DistributionGraphTool.php @@ -83,6 +83,7 @@ // community $orgs = $this->__organisationModel->find('list', array( 'fields' => array('name'), + 'conditions' => array('local' => true) )); $thisOrg = $this->__user['Organisation']['name']; $this->__addAdditionalDistributionInfo(1, $thisOrg); // add current community