From f33919c3127b29169f3381babe414981022ffb16 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 13 Apr 2021 18:22:24 +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 --- application/itopwebpage.class.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/itopwebpage.class.inc.php b/application/itopwebpage.class.inc.php index 2dc46a794..90b0e5b69 100644 --- a/application/itopwebpage.class.inc.php +++ b/application/itopwebpage.class.inc.php @@ -5,4 +5,5 @@ * @copyright Copyright (C) 2010-2021 Combodo SARL */ -DeprecatedCallsLog::NotifyDeprecatedFile('moved to sources/application/WebPage/iTopWebPage.php, now loadable using autoloader'); \ No newline at end of file +// cannot notify depreciation for now as this is still MASSIVELY used in iTop core ! +//DeprecatedCallsLog::NotifyDeprecatedFile('moved to sources/application/WebPage/iTopWebPage.php, now loadable using autoloader'); \ No newline at end of file