From: Andrew Dolgov Date: Wed, 20 Aug 2014 08:04:22 +0000 (+0400) Subject: fix typo X-Git-Tag: 1.14~20 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=ae962a96fdba3fcc14b60d48f0db48bb7f3b243e fix typo --- diff --git a/include/functions2.php b/include/functions2.php index 555aa04e..deeaaf21 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -2253,7 +2253,7 @@ if($status['http_code']!=200){ - // idiot site not allowing http get + // idiot site not allowing http head if($status['http_code'] == 405) { curl_close($curl); return geturl($url, $depth +1, false);