forked from extern/egroupware
"quietent \"Warning: mb_convert_encoding() [function.mb-convert-encoding]: Illegal
character encoding\" reported on the devel list"
This commit is contained in:
parent
a45c874f72
commit
86b126ef3a
@ -493,7 +493,7 @@ class translation
|
||||
{
|
||||
return utf8_decode($data);
|
||||
}
|
||||
if (self::$mbstring && ($data = mb_convert_encoding($data,$to,$from)) != '')
|
||||
if (self::$mbstring && ($data = @mb_convert_encoding($data,$to,$from)) != '')
|
||||
{
|
||||
return $data;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user