mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
fix PHP Fatal error: Access to undeclared static property: EGroupware\Api\Mail\Html::$system_charset in api/src/Mail/Html.php on line 233
This commit is contained in:
parent
eb0f7d5978
commit
df2791ab63
@ -230,7 +230,7 @@ class Html
|
||||
$isHTML = false;
|
||||
// return $_html; // maybe we should not proceed at all
|
||||
}
|
||||
if ($displayCharset === false) $displayCharset = self::$system_charset;
|
||||
if ($displayCharset === false) $displayCharset = Api\Translation::charset();
|
||||
//error_log(__METHOD__.$_html);
|
||||
#print '<hr>';
|
||||
#print "<pre>"; print htmlspecialchars($_html);
|
||||
|
Loading…
Reference in New Issue
Block a user