Bug #19482 ยป contentStrReplaceHook.diff
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);
|