Project

General

Profile

Bug #19482 ยป contentStrReplaceHook.diff

Administrator Admin, 2008-10-18 15:28

View differences:

typo3/sysext/cms/tslib/class.tslib_fe.php (working copy)
$_params = array(
'search' => &$search,
'replace' => &$replace,
'content' => &$this->content,
);
foreach ($contentStrReplaceHooks as $_funcRef) {
t3lib_div::callUserFunction($_funcRef, $_params, $this);
    (1-1/1)