From: Andrew Dolgov Date: Sat, 20 Jul 2013 20:24:55 +0000 (+0400) Subject: previous patch: fix copy-paste typo X-Git-Tag: 1.9~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=893960b039284fcd240fb3113fdfa86cc1331223;p=tt-rss.git previous patch: fix copy-paste typo --- diff --git a/include/functions.php b/include/functions.php index 5e4d693c..238c017c 100644 --- a/include/functions.php +++ b/include/functions.php @@ -350,7 +350,7 @@ } if ((OPENSSL_VERSION_NUMBER >= 0x0090808f) && (OPENSSL_VERSION_NUMBER < 0x10000000)) { - curl_setopt($curl, CURLOPT_SSLVERSION, 3); + curl_setopt($ch, CURLOPT_SSLVERSION, 3); } if ($login && $pass)