From a42ceaa94975ace6a03ed6fbe13def52440e505a Mon Sep 17 00:00:00 2001 From: Rap RIV <raphaelriviere06@gmail.com> Date: Mon, 4 Feb 2019 17:37:46 +0400 Subject: [PATCH] Modif --- views/custom/laRaffinerie.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/custom/laRaffinerie.php b/views/custom/laRaffinerie.php index 559e1b52d..6e7015b8c 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); -- GitLab