Index: branches/5.2.x/units/link_validation/link_validation_eh.php =================================================================== diff -u -N -r15606 -r15940 --- branches/5.2.x/units/link_validation/link_validation_eh.php (.../link_validation_eh.php) (revision 15606) +++ branches/5.2.x/units/link_validation/link_validation_eh.php (.../link_validation_eh.php) (revision 15940) @@ -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));