diff --git a/views/custom/laRaffinerie.php b/views/custom/laRaffinerie.php index 559e1b52dd2f0c440b99c51c8cb441c39f073081..6e7015b8ceb20c1e6f6b2d47b2676b876806dda3 100755 --- a/views/custom/laRaffinerie.php +++ b/views/custom/laRaffinerie.php @@ -451,7 +451,8 @@ $projectList = []; $colorCount = 0; // LEVEL 1 - $type = Organization::COLLECTION; + //$type = Organization::COLLECTION; + $type = Project::COLLECTION; $elt = PHDB::findOne($type,array("slug" => "laRaffinerie")); $idElt = (String)$elt["_id"] ; $linksElt = Element::getAllLinks($elt["links"], $type, $idElt);