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; diff --git a/ext/tag_edit/theme.php b/ext/tag_edit/theme.php index daf2c402..6fd47a14 100644 --- a/ext/tag_edit/theme.php +++ b/ext/tag_edit/theme.php @@ -49,7 +49,7 @@ class TagEditTheme extends Themelet {