Even more linting and cleaning.

This commit is contained in:
jgen
2014-04-19 02:33:34 -04:00
parent 2da8c19a07
commit 28d83fda0d
7 changed files with 14 additions and 6 deletions

View File

@@ -867,6 +867,9 @@ function transload($url, $mfile) {
fwrite($fp, $data);
fclose($fp);
// Scrutinizer-ci complains that $http_response_header not defined.
// However, it is auto defined by PHP.
// See: http://us2.php.net/manual/en/reserved.variables.httpresponseheader.php
$headers = http_parse_headers(implode("\n", $http_response_header));
return $headers;