Project

General

Profile

Bug #18006 ยป 0007177.patch

Administrator Admin, 2008-01-17 15:55

View differences:

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'];
}
    (1-1/1)