Merge branch 'MDL-38268-master' of https://github.com/jfilip/moodle
This commit is contained in:
+2
-1
@@ -1290,7 +1290,8 @@ function download_file_content($url, $headers=null, $postdata=null, $fullrespons
|
||||
//reinstate affected curl options
|
||||
curl_setopt_array ($ch, array(
|
||||
CURLOPT_RETURNTRANSFER => true,
|
||||
CURLOPT_NOBODY => false)
|
||||
CURLOPT_NOBODY => false,
|
||||
CURLOPT_HTTPGET => true)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user