mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
Merge branch 'support/2.5'
# Conflicts: # datamodels/2.x/itop-hub-connector/zh_cn.dict.itop-hub-connector.php # lib/tcpdf/CHANGELOG.TXT # lib/tcpdf/composer.json # lib/tcpdf/include/tcpdf_fonts.php # lib/tcpdf/include/tcpdf_images.php # lib/tcpdf/include/tcpdf_static.php # lib/tcpdf/tcpdf.php
This commit is contained in:
@@ -62,11 +62,11 @@ class utils
|
||||
{
|
||||
if (!file_exists($sParamFile))
|
||||
{
|
||||
throw new Exception("Could not find the parameter file: '$sParamFile'");
|
||||
throw new Exception("Could not find the parameter file: '".utils::HtmlEntities($sParamFile)."'");
|
||||
}
|
||||
if (!is_readable($sParamFile))
|
||||
{
|
||||
throw new Exception("Could not load parameter file: '$sParamFile'");
|
||||
throw new Exception("Could not load parameter file: '".utils::HtmlEntities($sParamFile)."'");
|
||||
}
|
||||
$sParams = file_get_contents($sParamFile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user