Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9451f2c1 authored by NINASSI Benjamin's avatar NINASSI Benjamin
Browse files

double control

parent ed6878db
No related branches found
No related tags found
Loading
......@@ -179,7 +179,7 @@ class StructureController extends Controller
$structuresLogos = array();
foreach ($structures as $structure) {
$logo = $structure->getLogo();
if($logo){
if($logo && !in_array ($logo,$structuresLogos)){
$structuresLogos[] = $logo;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment