Bug #19621 » cache_treelist.diff
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'];
|
||
}
|