mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:19:00 +01:00
setting the correct charset for the new xajax version
This commit is contained in:
parent
698c0d9416
commit
e53b4f7b17
@ -69,6 +69,9 @@
|
||||
);
|
||||
include('./header.inc.php');
|
||||
|
||||
// now the header is included, we can set the charset
|
||||
$GLOBALS['xajax']->setCharEncoding($GLOBALS['egw']->translation->charset());
|
||||
|
||||
$ajaxClass =& CreateObject($appName.'.'.$className);
|
||||
$argList = $GLOBALS['egw']->translation->convert($argList, 'utf-8');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user