From fac97324a3a153cf5731d6c5e33b994972d088d2 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 13 Apr 2021 18:28:39 +0200 Subject: [PATCH] =?UTF-8?q?:mute:=20N=C2=B03731=20Remove=20some=20more=20d?= =?UTF-8?q?epreciation=20notice=20for=20methods=20still=20used=20in=20iTop?= =?UTF-8?q?=20core?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/ormlinkset.class.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/ormlinkset.class.inc.php b/core/ormlinkset.class.inc.php index 07af2d506..244c73379 100644 --- a/core/ormlinkset.class.inc.php +++ b/core/ormlinkset.class.inc.php @@ -153,7 +153,8 @@ class ormLinkSet implements iDBObjectSetIterator, Iterator, SeekableIterator */ public function AddObject(DBObject $oObject, $sClassAlias = '') { - DeprecatedCallsLog::NotifyDeprecatedPhpMethod('use \ormLinkSet::AddItem() instead'); + // cannot notify depreciation for now as this is still MASSIVELY used in iTop core ! + //DeprecatedCallsLog::NotifyDeprecatedPhpMethod('use \ormLinkSet::AddItem() instead'); $this->AddItem($oObject); }