Project

General

Profile

Bug #21110 ยป 12022.diff

Administrator Admin, 2009-11-06 13:49

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (Arbeitskopie)
$classObj = t3lib_div::makeInstance($parts[0]);
if (is_object($classObj) && method_exists($classObj, $parts[1])) {
$classObj->cObj = $this;
$content = call_user_func_array(array($classObj, $parts[1]), array($content, $conf));
$content = call_user_func_array(array($classObj, $parts[1]), array($content, &$conf));
} else {
$GLOBALS['TT']->setTSlogMessage('Method "' . $parts[1] . '" did not exist in class "' . $parts[0] . '"', 3);
}
    (1-1/1)