From 6d5de5038e48157b7e20583f2458663e6101a067 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sun, 28 Dec 2003 14:51:24 +0000 Subject: [PATCH] mime, not mine --- phpgwapi/inc/class.browser.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.browser.inc.php b/phpgwapi/inc/class.browser.inc.php index 73fb52cc85..6e836e0901 100644 --- a/phpgwapi/inc/class.browser.inc.php +++ b/phpgwapi/inc/class.browser.inc.php @@ -253,7 +253,7 @@ function content_header($fn='',$mime='',$length='',$nocache=True) { // if no mine-type is given or it's the default binary-type, guess it from the extension - if(empty($mine) || $mime == 'application/octet-stream') + if(empty($mime) || $mime == 'application/octet-stream') { $mime_magic = createObject('phpgwapi.mime_magic'); $mime = $mime_magic->filename2mine($fn);