Project

General

Profile

Bug #19754 » 0010040_v5.patch

Administrator Admin, 2009-09-01 17:42

View differences:

typo3/sysext/cms/tslib/class.tslib_fe.php (Arbeitskopie)
// No cache
if ($this->config['config']['no_cache']) { $this->set_no_cache(); } // Set $this->no_cache true if the config.no_cache value is set!
// merge GET with defaultGetVars
if (is_array($this->config['config']['defaultGetVars.'])) {
$modifiedGetVars = t3lib_div::array_merge_recursive_overrule(
t3lib_div::removeDotsFromTS($this->config['config']['defaultGetVars.']),
t3lib_div::_GET()
);
t3lib_div::_GETset($modifiedGetVars);
}
// Hook for postProcessing the configuration array
if (is_array($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['configArrayPostProc'])) {
$params = array('config' => &$this->config['config']);
(2-2/2)