From 4e66c9fc23c847cf4b1b880ca9c3088d831ca5fe Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 12 Sep 2019 15:52:13 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02478=20clearer=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/metamodel.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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