mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-36357 cleanup - remove double semicolons
This commit is contained in:
parent
a3f3ea2684
commit
0e35ba6ffc
53 changed files with 66 additions and 66 deletions
|
@ -1318,7 +1318,7 @@ function download_file_content($url, $headers=null, $postdata=null, $fullrespons
|
|||
$response->error = 'Unknown cURL error';
|
||||
|
||||
} else {
|
||||
$response = new stdClass();;
|
||||
$response = new stdClass();
|
||||
$response->status = (string)$info['http_code'];
|
||||
$response->headers = $received->headers;
|
||||
$response->response_code = $received->headers[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue