BUG 8281 I changed the variable $errstr SOLVED

I changed the variable $errstr
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-11-19 15:45:30 -04:00
parent 83b9c448fa
commit f420618e82

View File

@@ -545,7 +545,7 @@ function handleErrors ($errno, $errstr, $errfile, $errline)
if (isset($oPMScript) && isset($_SESSION['APPLICATION'])) {
G::LoadClass( 'case' );
$oCase = new Cases();
$oPMScript->aFields['__ERROR__'] = $aAux[0];
$oPMScript->aFields['__ERROR__'] = $errstr;
$oCase->updateCase($_SESSION['APPLICATION'], array('APP_DATA' => $oPMScript->aFields));
}
registerError( 1, $errstr, $errline - 1, $sCode );