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); }