N°4517 - PHP 8.1 compatibility : Replace htmlentities(***, ENT_QUOTES,'UTF-8') with utils::EscapeHtml

This commit is contained in:
acognet
2023-05-16 17:45:58 +02:00
parent 8f2814a590
commit ea88aa85df

View File

@@ -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.