Project

General

Profile

Bug #19621 » cache_treelist.diff

Administrator Admin, 2009-10-03 20:08

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
'md5hash = \'' . $requestHash . '\' AND ( expires > ' . $GLOBALS['EXEC_TIME'] . ' OR expires = 0 )'
);
if (!empty($cacheEntry[0]['treelist'])) {
if (count($cacheEntry) > 0) {
// cache hit
return $cacheEntry[0]['treelist'];
}
(1-1/2)