diff --git a/views/tpls/forms/sommom/organisme.php b/views/tpls/forms/sommom/organisme.php index 92385ed5631c988ff8c264edf2211bc956eaa3a8..1224c33c7c5883a8af6b63901d4918e5befc5cb4 100644 --- a/views/tpls/forms/sommom/organisme.php +++ b/views/tpls/forms/sommom/organisme.php @@ -21,7 +21,7 @@ } if (isset($el["_id"])) { - $communityLinks = Element::getCommunityByTypeAndId( $el["collection"], (string)$el["_id"]); + $communityLinks = Element::getCommunityByTypeAndId( Project::COLLECTION, (string)$el["_id"]); $partenaire = false; $isAdm = false;