Index: branches/5.3.x/units/link_validation/link_validation_eh.php =================================================================== diff -u -N -r15926 -r16107 --- branches/5.3.x/units/link_validation/link_validation_eh.php (.../link_validation_eh.php) (revision 15926) +++ branches/5.3.x/units/link_validation/link_validation_eh.php (.../link_validation_eh.php) (revision 16107) @@ -1,6 +1,6 @@ Send($link_data['Url']); if ( $result === false || $curl_helper->lastErrorMsg != '' ) { - $curl_helper->lastErrorCode = 500; + $curl_helper->lastHTTPCode = 500; } $link_validation = $this->Application->recallObject($this->Prefix . '.-item', null, Array ('skip_autoload' => true));