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); }