diff --git a/src/InputOutput/IHMImpl/Tools/IHMParamManagerClass.php b/src/InputOutput/IHMImpl/Tools/IHMParamManagerClass.php index 43811ca..fbd5970 100644 --- a/src/InputOutput/IHMImpl/Tools/IHMParamManagerClass.php +++ b/src/InputOutput/IHMImpl/Tools/IHMParamManagerClass.php @@ -211,7 +211,7 @@ class IHMParamManagerClass else { $paramPath = IHMConfigClass::getLocalParamDBPath().$paramId.".xml"; if (!file_exists($paramPath)) - throw new Exception('Cannot find parameter local file '.$paramId." - ".$paramPath); + throw new Exception('Cannot find parameter local file '.$paramId); } $paramsData->addParamToCopy($real_param_id,$paramPath); @@ -239,7 +239,7 @@ class IHMParamManagerClass else { $paramPath = IHMConfigClass::getLocalParamDBPath().$paramId.".xml"; if (empty($paramPath) || !@$doc->load($paramPath)) - throw new Exception('Cannot find parameter local file '.$paramId." - ".$paramPath); + throw new Exception('Cannot find parameter local file '.$paramId); } //<get> -- libgit2 0.21.2