+2008-09-14 Benjamin Mack <benni@typo3.org>
+
+ * Fixed Bug ##847: error in tslib_fe->getFromCache() (Thanks to Susanne Moog)
+
2008-09-14 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #9308: htmlArea RTE: link on colour name doesn't set colour
$this->cacheContentFlag = 1; // Setting flag, so we know, that some cached content has been loaded
$this->cacheExpires = $row['expires'];
- if ($this->TYPO3_CONF_VARS['FE']['debug'] || $this->config['config']['debug']) {
+ if ($this->TYPO3_CONF_VARS['FE']['debug'] || (isset($this->config['config']['debug']) && $this->config['config']['debug'])) {
$dateFormat = $GLOBALS['TYPO3_CONF_VARS']['SYS']['ddmmyy'];
$timeFormat = $GLOBALS['TYPO3_CONF_VARS']['SYS']['hhmm'];