Bug #16875 ยป 0004820.patch
t3lib/class.t3lib_tceforms_inline.php (Arbeitskopie) | ||
---|---|---|
return $this->getJSON($jsonArray);
|
||
}
|
||
// Encode TCEforms AJAX response with utf-8:
|
||
$item = $GLOBALS['LANG']->csConvObj->utf8_encode($item, $GLOBALS['LANG']->charSet);
|
||
if (!$current['uid']) {
|
||
$jsonArray = array(
|
||
'data' => $item,
|
typo3/alt_doc_ajax.php (Arbeitskopie) | ||
---|---|---|
header('Last-Modified: '.gmdate("D, d M Y H:i:s").' GMT');
|
||
header('Cache-Control: no-cache, must-revalidate');
|
||
header('Pragma: no-cache');
|
||
header('Content-type: text/javascript; charset=utf-8');
|
||
$this->content = '';
|
||