1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 04:20:32 +02:00
git-svn-id: file:///svn/phpbb/trunk@6850 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-01-07 11:58:28 +00:00
parent a643f85f6b
commit 09ce0caad6
3 changed files with 58 additions and 29 deletions

View File

@@ -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