diff --git a/libraries/schema/Eps_Relation_Schema.class.php b/libraries/schema/Eps_Relation_Schema.class.php index 50ea7e3f27..91e4bfa3d5 100644 --- a/libraries/schema/Eps_Relation_Schema.class.php +++ b/libraries/schema/Eps_Relation_Schema.class.php @@ -333,8 +333,7 @@ class PMA_EPS // if(ob_get_clean()){ //ob_end_clean(); //} - header('Content-type: image/x-eps'); - header('Content-Disposition: attachment; filename="'.$fileName.'.eps"'); + PMA_download_header($fileName . '.eps', 'image/x-eps'); $output = $this->stringCommands; print $output; }