Project

General

Profile

Actions

Feature #14579

closed

error in tslib_fe->getFromCache() with PHP 5

Added by Martin Kutschker over 19 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Frontend
Target version:
-
Start date:
2005-02-28
Due date:
% Done:

0%

Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:

Description

Here is a isset() missing:

if ($this->TYPO3_CONF_VARS['FE']['debug'] || $this->config['config']['debug'])

Should be:

if ($this->TYPO3_CONF_VARS['FE']['debug'] || isset($this->config['config']['debug']))

(issue imported from #M847)


Files

patch0000847.diff (773 Bytes) patch0000847.diff Administrator Admin, 2008-07-25 11:05
Actions

Also available in: Atom PDF