From 718cfa0bcf2355f17c8f5ac3ab8ef7d1215967dd Mon Sep 17 00:00:00 2001 From: jgen Date: Sun, 31 May 2015 21:28:11 -0700 Subject: [PATCH] Scrutinizer-ci has fixed this now. --- core/util.inc.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/util.inc.php b/core/util.inc.php index bed0794f..f32d8b1e 100644 --- a/core/util.inc.php +++ b/core/util.inc.php @@ -960,11 +960,6 @@ function transload($url, $mfile) { fwrite($fp, $data); fclose($fp); - // - // Scrutinizer-ci complains that $http_response_header does not exist, - // however, $http_response_header is actually a super-global. - // I have filed a bug with PHP-Analyzer here: https://github.com/scrutinizer-ci/php-analyzer/issues/212 - // $headers = http_parse_headers(implode("\n", $http_response_header)); return $headers;