Project

General

Profile

Actions

Bug #17365

closed

XCLASS inclusion part for class.t3lib_tceforms_inline.php is missing

Added by Christian Kurta over 17 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2007-06-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

please insert the following lines at the end of "class.t3lib_tceforms_inline.php":

// Include extension?
if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_tceforms_inline.php']) {
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_tceforms_inline.php']);
}

gives possibility to extend/XClass/overwrite functions
(issue imported from #M5755)


Files

0005755.patch (598 Bytes) 0005755.patch Administrator Admin, 2007-06-08 11:56
Actions

Also available in: Atom PDF