summaryrefslogtreecommitdiff
path: root/classes/urlhelper.php
diff options
context:
space:
mode:
authorSiemenskun <[email protected]>2022-05-22 02:02:56 +0300
committerSiemenskun <[email protected]>2022-05-22 02:02:56 +0300
commit3406a16025883ef43f41480885c099fd0ce91c99 (patch)
treef3f46d64c59d052cdbb2f4d3ac62e8808a99b686 /classes/urlhelper.php
parentd33d026b12be0661b7fb79b13c74ebd031cab4d8 (diff)
Fix typo
Diffstat (limited to 'classes/urlhelper.php')
-rw-r--r--classes/urlhelper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/urlhelper.php b/classes/urlhelper.php
index 637ad1a44..92e7f90df 100644
--- a/classes/urlhelper.php
+++ b/classes/urlhelper.php
@@ -396,7 +396,7 @@ class UrlHelper {
if (curl_errno($ch) === 23 || curl_errno($ch) === 61) {
curl_setopt($ch, CURLOPT_ENCODING, 'none');
- $contents = @curl_exec($ch);
+ $ret = @curl_exec($ch);
}
$headers_length = curl_getinfo($ch, CURLINFO_HEADER_SIZE);