mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 11:23:54 +01:00
"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);
|
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;
|
return $data;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user