Index: modules/in-link/units/link_validation/link_validation_eh.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- modules/in-link/units/link_validation/link_validation_eh.php (revision 15892) +++ modules/in-link/units/link_validation/link_validation_eh.php (revision ) @@ -335,7 +335,7 @@ $result = $curl_helper->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)); \ No newline at end of file