Bug #20293 » 0010869.patch
typo3/sysext/cms/tslib/index_ts.php (Arbeitskopie) | ||
---|---|---|
}
|
||
// Hook to preprocess the current request:
|
||
if (is_array($TYPO3_CONF_VARS['SC_OPTIONS']['tslib/index_ts.php']['preprocessRequest'])) {
|
||
foreach ($TYPO3_CONF_VARS['SC_OPTIONS']['tslib/index_ts.php']['preprocessRequest'] as $_funcRef) {
|
||
$_params = array();
|
||
t3lib_div::callUserFunction($_funcRef, $_params , $_params);
|
||
}
|
||
}
|
||
// *********************
|
||
// Look for extension ID which will launch alternative output engine
|
||
// *********************
|