From 8bdfa301c8b13cc6bdefaeea74a7ab1cc27df170 Mon Sep 17 00:00:00 2001 From: Patrick Dunlavey Date: Wed, 16 May 2018 20:23:56 -0400 Subject: [PATCH] code review - remove extra linebreak --- includes/datastream.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/datastream.inc b/includes/datastream.inc index d1e09060..62bcf764 100644 --- a/includes/datastream.inc +++ b/includes/datastream.inc @@ -67,7 +67,6 @@ function islandora_view_datastream(AbstractDatastream $datastream, $download = F // Allow other modules to modify or replace the filename. drupal_alter('datastream_filename', $filename, $datastream); - header("Content-Disposition: attachment; filename=\"$filename\""); }