/trunk/modules/fiche/formateurs/Synthese.php |
---|
48,7 → 48,8 |
foreach ($blocs as $bloc) { |
// TODO: unserialize() pourrait aussi légitimement retourner FALSE |
$cache_bloc = unserialize($this->conteneur->getCache()->charger($bloc.'/bloc/'.$referentiel.'_'.$num_nom)); |
if($cache_bloc) { |
// TODO: revoir le systeme de cache par bloc avec des blocs cachés et d'autres non |
if($cache_bloc && $bloc != "illustrations") { |
$donnees[$bloc] = $cache_bloc; |
} else { |
$nom_classe = ucfirst($bloc); |