From 09ce0caad6cf62214b56387697afb9fb2f2cc4d8 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 7 Jan 2007 11:58:28 +0000 Subject: fix for bug #6728 git-svn-id: file:///svn/phpbb/trunk@6850 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_admin.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'phpBB/includes/functions_admin.php') diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index f1d51c8d71..cb31e3567a 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -2593,8 +2593,7 @@ function get_remote_file($host, $directory, $filename, &$errstr, &$errno, $port { if ($errstr) { - // convert possible localized errstr to utf8 - // $errstr = utf8_convert_message($errstr); + $errstr = utf8_convert_message($errstr); return false; } else -- cgit v1.2.1