Index: branches/unlabeled/unlabeled-1.31.4/core/kernel/globals.php =================================================================== diff -u -r6873 -r7500 --- branches/unlabeled/unlabeled-1.31.4/core/kernel/globals.php (.../globals.php) (revision 6873) +++ branches/unlabeled/unlabeled-1.31.4/core/kernel/globals.php (.../globals.php) (revision 7500) @@ -344,6 +344,8 @@ curl_setopt($ch, CURLOPT_TIMEOUT, 90); $ret = curl_exec($ch); + $GLOBALS['curl_errorno'] = curl_errno($ch); + $GLOBALS['curl_error'] = curl_error($ch); curl_close($ch); if ($dbg) {