Bug #18006 ยป 0007177.patch
typo3/classes/class.typo3ajax.php (Arbeitskopie) | ||
---|---|---|
public function init($id) {
|
||
global $TYPO3_CONF_VARS;
|
||
|
||
if (isset($TYPO3_CONF_VARS['BE']['forceCharset'])) {
|
||
if (isset($TYPO3_CONF_VARS['BE']['forceCharset']) && trim($TYPO3_CONF_VARS['BE']['forceCharset'])) {
|
||
$this->charset = $TYPO3_CONF_VARS['BE']['forceCharset'];
|
||
}
|
||