summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-21 00:24:55 +0400
committerAndrew Dolgov <[email protected]>2013-07-21 00:24:55 +0400
commit893960b039284fcd240fb3113fdfa86cc1331223 (patch)
treee8fbc0c18bbe3549d5df852d631c62f2dfc65ec7 /include
parentd86945c7ef4610cc8f34d8883fcdcb543ec2741c (diff)
previous patch: fix copy-paste typo
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 5e4d693c8..238c017c5 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)