forked from extern/egroupware
setting the correct charset for the new xajax version
This commit is contained in:
parent
698c0d9416
commit
e53b4f7b17
@ -68,7 +68,10 @@
|
||||
)
|
||||
);
|
||||
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