From 2ad9a128898cfc229d84a57b9670483008d30c34 Mon Sep 17 00:00:00 2001 From: fGaillard Date: Mon, 12 Dec 2011 13:52:56 +0000 Subject: [PATCH] [-] BO : #PSCFI-4393 : Andre Silva UTF-8 comments git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11134 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/ajaxfilemanager/inc/function.base.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-dev/ajaxfilemanager/inc/function.base.php b/admin-dev/ajaxfilemanager/inc/function.base.php index 0a07df367..9be334c08 100755 --- a/admin-dev/ajaxfilemanager/inc/function.base.php +++ b/admin-dev/ajaxfilemanager/inc/function.base.php @@ -1017,7 +1017,7 @@ function getRootPath() { - // START ANDR� SILVA DOWNLOAD CODE + // START ANDRE SILVA DOWNLOAD CODE // required for IE, otherwise Content-disposition is ignored if(ini_get('zlib.output_compression')) ini_set('zlib.output_compression', 'Off'); @@ -1033,7 +1033,7 @@ function getRootPath() { readfile($path); exit(); - // END ANDR� SILVA DOWNLOAD CODE + // END ANDRE SILVA DOWNLOAD CODE } }