From d9691d3ee75d8397ea554d71663cf2cf76fbd66c Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 30 Jul 2021 09:02:06 +0200 Subject: [PATCH] Headers are an array --- Blacklight/Binaries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blacklight/Binaries.php b/Blacklight/Binaries.php index 9854c2c42..5e4c5fa0c 100755 --- a/Blacklight/Binaries.php +++ b/Blacklight/Binaries.php @@ -665,7 +665,7 @@ class Binaries continue; } - if (! isset($header['Bytes']) || ! $header('Bytes')) { + if (! isset($header['Bytes']) || ! $header['Bytes']) { $header['Bytes'] = (isset($this->header[':bytes']) ? $header[':bytes'] : 0); }