summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
122e3f3)
+2008-03-27 Oliver Hader <oliver@typo3.org>
+
+ * Fixed bug #7947: IRRE - XCLASSes are not working with AJAX calls in t3lib_TCEforms_inline (thanks to Malte Jansen)
+
2008-03-26 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #7944: htmlArea RTE: Configuration of mutually exclusive classes in very error prone
2008-03-26 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #7944: htmlArea RTE: Configuration of mutually exclusive classes in very error prone
* @return void
*/
protected function processAjaxRequestConstruct(&$ajaxArguments) {
* @return void
*/
protected function processAjaxRequestConstruct(&$ajaxArguments) {
- require_once(PATH_typo3.'template.php');
- require_once(PATH_t3lib.'class.t3lib_tceforms.php');
- require_once(PATH_t3lib.'class.t3lib_clipboard.php');
+ global $SOBE, $BE_USER, $TYPO3_CONF_VARS;
$GLOBALS['LANG']->includeLLFile('EXT:lang/locallang_alt_doc.xml');
$GLOBALS['LANG']->includeLLFile('EXT:lang/locallang_alt_doc.xml');
- global $SOBE, $BE_USER;
+ require_once(PATH_typo3.'template.php');
+ require_once(PATH_t3lib.'class.t3lib_tceforms.php');
+ require_once(PATH_t3lib.'class.t3lib_clipboard.php');
// Create a new anonymous object:
$SOBE = new stdClass();
// Create a new anonymous object:
$SOBE = new stdClass();