From ea88aa85dfb9c1c427bb32cb7e1ed75d517f1342 Mon Sep 17 00:00:00 2001 From: acognet Date: Tue, 16 May 2023 17:45:58 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04517=20-=20PHP=208.1=20compatibility=20:?= =?UTF-8?q?=20Replace=20htmlentities(***,=20ENT=5FQUOTES,'UTF-8')=20with?= =?UTF-8?q?=20utils::EscapeHtml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2.x/itop-portal-base/portal/src/Helper/ApplicationHelper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/datamodels/2.x/itop-portal-base/portal/src/Helper/ApplicationHelper.php b/datamodels/2.x/itop-portal-base/portal/src/Helper/ApplicationHelper.php index b64c2ac6f..98b00acd1 100644 --- a/datamodels/2.x/itop-portal-base/portal/src/Helper/ApplicationHelper.php +++ b/datamodels/2.x/itop-portal-base/portal/src/Helper/ApplicationHelper.php @@ -29,6 +29,7 @@ use Dict; use Exception; use IssueLog; use MetaModel; +use utils; /** * Contains static methods to help loading / registering classes of the application.