diff --git a/core/metamodel.class.php b/core/metamodel.class.php index ce1511ebd..da7b58006 100644 --- a/core/metamodel.class.php +++ b/core/metamodel.class.php @@ -6250,7 +6250,8 @@ abstract class MetaModel { self::$m_oConfig = $oConfiguration; - // N°2478 not necessary (MetaModel should always be called before using cache) but this is a precaution O:) + // N°2478 utils has his own private attribute + // @see utils::GetConfig : it always call MetaModel, but to be sure we're doing this extra copy anyway O:) utils::SetConfig($oConfiguration); // Set log ASAP