Merge pull request #2465 from marcoAntonioNina/BUG-15167
BUG-15167 Error al momento de envio de triggers SOLVED
This commit is contained in:
@@ -1092,8 +1092,10 @@ class System
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Workspace environment configuration
|
// Workspace environment configuration
|
||||||
if ($readWsIniFile && ($wsConf = @parse_ini_file( $wsIniFile )) !== false) {
|
if (file_exists($wsIniFile) ) {
|
||||||
$config = array_merge( $config, $wsConf );
|
if (($wsConf = @parse_ini_file($wsIniFile)) !== false) {
|
||||||
|
$config = array_merge($config, $wsConf);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// validation debug config, only binary value is valid; debug = 1, to enable
|
// validation debug config, only binary value is valid; debug = 1, to enable
|
||||||
|
|||||||
Reference in New Issue
Block a user