* Fixed bug #8153: [left frame-width] left frame too small for german users, credits Steffen Kamper
* Fixed several bugs with t3editor and IE #8157, #8049, #7509,#8146, credit Tobias Liebig
* Changed order of cache and shortcut toolbar items
+ * Changed call of json_encode in t3editor to t3lib_div::array2json
2008-04-22 Oliver Hader <oliver@typo3.org>
tx_t3editor::makeGlobalEditorInstance();
$GLOBALS['T3_VAR']['t3editorObj']->setBEUCdisableT3Editor(false);
- header('X-JSON: ('.json_encode(array('result' => $pObj->tce_processed)).')');
+ header('X-JSON: ('.t3lib_div::array2json(array('result' => $pObj->tce_processed)).')');
// Stop further processing here!
exit();
}