]> git.wh0rd.org - tt-rss.git/commitdiff
previous patch: fix copy-paste typo
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 20 Jul 2013 20:24:55 +0000 (00:24 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 20 Jul 2013 20:24:55 +0000 (00:24 +0400)
include/functions.php

index 5e4d693c898805f92ec8dbb59d313a268fae3f5f..238c017c5a6eff33095f7781edc1a0f2673af854 100644 (file)
                        }
 
                        if ((OPENSSL_VERSION_NUMBER >= 0x0090808f) && (OPENSSL_VERSION_NUMBER < 0x10000000)) {
-                               curl_setopt($curl, CURLOPT_SSLVERSION, 3);
+                               curl_setopt($ch, CURLOPT_SSLVERSION, 3);
                        }
 
                        if ($login && $pass)